fixing Web-App Dockerfile
This commit is contained in:
@@ -48,13 +48,6 @@ services:
|
||||
- "${PING_SERVICE_PORT:-8082}:8082"
|
||||
networks:
|
||||
- meldestelle-network
|
||||
# depends_on:
|
||||
# postgres:
|
||||
# condition: service_healthy
|
||||
# redis:
|
||||
# condition: service_healthy
|
||||
# consul:
|
||||
# condition: service_healthy
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "--fail", "http://localhost:8082/actuator/health/readiness" ]
|
||||
interval: 15s
|
||||
|
||||
Reference in New Issue
Block a user