fixing docker-compose
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user