mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Suggestion from Tobias
This commit is contained in:
parent
26b15f9ff1
commit
5e492c63c6
|
|
@ -48,7 +48,7 @@ services:
|
||||||
postgres:
|
postgres:
|
||||||
image: docker.io/postgres:16-alpine
|
image: docker.io/postgres:16-alpine
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: pg_isready -d db_prod
|
test: pg_isready -q -U netbox -d netbox
|
||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 30s
|
timeout: 30s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue