Solved pgadmin healthcheck bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-04-05 18:17:44 +02:00
parent 4407d99a1b
commit c31a8fb329
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -11,7 +11,7 @@ services:
{% include 'templates/docker/container/depends-on-just-database.yml.j2' %}
{% include 'templates/docker/container/networks.yml.j2' %}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
test: ["CMD", "wget", "--spider", "-q", "http://localhost:80/"]
interval: 30s
timeout: 10s
retries: 3