mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-16 21:39:19 +02:00
Solved pgadmin healthcheck bug
This commit is contained in:
parent
4407d99a1b
commit
c31a8fb329
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user