rename kontor projects

This commit is contained in:
2026-01-03 04:07:42 +01:00
parent 0392ac49fb
commit 4d93f51767
32 changed files with 92 additions and 62 deletions
+10 -10
View File
@@ -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