fixing Web-App Dockerfile

This commit is contained in:
2025-09-29 22:55:57 +02:00
parent c787994bc0
commit 41bc894a19
3 changed files with 7 additions and 14 deletions
-7
View File
@@ -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