Erster - Push für Zora
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
||||
|
||||
# --- API-GATEWAY: Spring Cloud Gateway ---
|
||||
api-gateway:
|
||||
image: "${DOCKER_REGISTRY:-git.mo-code.at/mo-code}/meldestelle-gateway:${DOCKER_TAG:-latest}"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: backend/infrastructure/gateway/Dockerfile
|
||||
@@ -78,6 +79,7 @@ services:
|
||||
|
||||
# --- MICROSERVICE: Ping Service ---
|
||||
ping-service:
|
||||
image: "${DOCKER_REGISTRY:-git.mo-code.at/mo-code}/meldestelle-ping-service:${DOCKER_TAG:-latest}"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: backend/services/ping/Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user