This commit is contained in:
holzi1005 2024-12-08 17:34:34 +01:00
parent 92ea98466e
commit 9040a14a02

View file

@ -51,7 +51,7 @@ services:
db-ja:
condition: service_healthy
healthcheck:
test: [ "CMD", "curl", "-s", "-f", "-i", "http://localhost:80/health/check" ]
test: [ "CMD", "curl", "-s", "-f", "-i", "http://localhost:8080/health/check" ]
interval: 20s
timeout: 10s
start_period: 30s