fix: postgres retry

This commit is contained in:
2025-12-19 17:19:02 +00:00
parent e1a5cc1212
commit 36da7e45a3

View File

@@ -9,7 +9,6 @@ services:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
start_period: 20s
interval: 30s
retry: 5
timeout: 5s
volumes:
- ${CONFIG_ROOT}/authentik/postgres:/var/lib/postgresql/data