fix: postgres healthcheck
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Philipp Rothmann 2023-06-12 14:22:44 +02:00
parent 8f6554b55b
commit cd6699c565
1 changed files with 1 additions and 1 deletions

View File

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