rename kontor projects
This commit is contained in:
+10
-10
@@ -57,16 +57,16 @@ services:
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
kontor-api-fiber:
|
||||
kontor-fiber:
|
||||
build:
|
||||
context: ./kontor-api-fiber
|
||||
context: ./kontor-fiber
|
||||
dockerfile: Dockerfile
|
||||
tags:
|
||||
- kontor-api-fiber:0.2.0-SNAPSHOT
|
||||
image: kontor-api-fiber:0.2.0-SNAPSHOT
|
||||
- kontor-fiber:0.2.0-SNAPSHOT
|
||||
image: kontor-fiber:0.2.0-SNAPSHOT
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://kontor-api-fiber:8600/health"]
|
||||
test: ["CMD", "curl", "-f", "http://kontor-fiber:8600/health"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
@@ -79,16 +79,16 @@ services:
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
kontor-api-echo:
|
||||
kontor-echo:
|
||||
build:
|
||||
context: ./kontor-api-echo
|
||||
context: ./kontor-echo
|
||||
dockerfile: Dockerfile
|
||||
tags:
|
||||
- kontor-api-echo:0.2.0-SNAPSHOT
|
||||
image: kontor-api-echo:0.2.0-SNAPSHOT
|
||||
- kontor-echo:0.2.0-SNAPSHOT
|
||||
image: kontor-echo:0.2.0-SNAPSHOT
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://kontor-api-echo:8700/health"]
|
||||
test: ["CMD", "curl", "-f", "http://kontor-echo:8700/health"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user