Suggestion from Tobias

This commit is contained in:
Christian Mäder 2024-04-19 17:40:06 +02:00
parent 26b15f9ff1
commit 5e492c63c6

View File

@ -48,7 +48,7 @@ services:
postgres:
image: docker.io/postgres:16-alpine
healthcheck:
test: pg_isready -d db_prod
test: pg_isready -q -U netbox -d netbox
interval: 10s
timeout: 30s
retries: 5