fixing docker-compose

This commit is contained in:
stefan
2025-09-12 14:58:49 +02:00
parent 3ed5a9cece
commit e7360b4f8e
6 changed files with 103 additions and 158 deletions
+2 -9
View File
@@ -30,14 +30,7 @@ services:
REDIS_EVENT_STORE_PORT: 6379
REDIS_EVENT_STORE_PASSWORD: ${REDIS_PASSWORD:-}
ports:
- "${PING_SERVICE_PORT:-8082}:${PING_SERVICE_PORT:-8082}"
depends_on:
consul:
condition: service_healthy
postgres:
condition: service_healthy
redis:
condition: service_healthy
- "${PING_SERVICE_PORT:-8082}:8082"
networks:
- meldestelle-network
healthcheck:
@@ -229,4 +222,4 @@ services:
# ===================================================================
networks:
meldestelle-network:
external: true
driver: bridge