TEST: Complex docker-compose rework. Not tested yet
This commit is contained in:
@@ -11,4 +11,9 @@ services:
|
||||
volumes:
|
||||
- ${PGADMIN_DATA}:/var/lib/pgadmin
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
- "host.docker.internal:host-gateway"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost/misc/ping || exit 1"]
|
||||
interval: 1m
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
Reference in New Issue
Block a user