fix: security, keycloak SSOT, restart policy, arch-test reaktiviert

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
2026-03-15 19:16:17 +01:00
parent f05aabb0d4
commit 1b1ca82163
6 changed files with 22 additions and 51 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ services:
labels:
- "org.opencontainers.image.created=${DOCKER_BUILD_DATE}"
container_name: "${PROJECT_NAME:-meldestelle}-gateway"
restart: no
restart: unless-stopped
ports:
- "${GATEWAY_PORT:-8081:8081}"
- "${GATEWAY_DEBUG_PORT:-5005:5005}"
@@ -94,7 +94,7 @@ services:
labels:
- "org.opencontainers.image.created=${DOCKER_BUILD_DATE}"
container_name: "${PROJECT_NAME:-meldestelle}-ping-service"
restart: no
restart: unless-stopped
ports:
- "${PING_PORT:-8082:8082}"
- "${PING_DEBUG_PORT:-5006:5006}"