diff --git a/compose.yml b/compose.yml index 3e59403..6f1d805 100644 --- a/compose.yml +++ b/compose.yml @@ -117,7 +117,7 @@ services: networks: - internal healthcheck: - test: ["CMD", "pg_isready"] + test: ["CMD", "pg_isready", "-U", "authentik"] interval: 30s timeout: 10s retries: 10