fix: postgres healthcheck

This commit is contained in:
2023-06-12 14:22:44 +02:00
parent 8f6554b55b
commit cd6699c565

View File

@ -117,7 +117,7 @@ services:
networks: networks:
- internal - internal
healthcheck: healthcheck:
test: ["CMD", "pg_isready"] test: ["CMD", "pg_isready", "-U", "authentik"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 10 retries: 10