fix: postgres retry
This commit is contained in:
@@ -9,7 +9,6 @@ services:
|
|||||||
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
||||||
start_period: 20s
|
start_period: 20s
|
||||||
interval: 30s
|
interval: 30s
|
||||||
retry: 5
|
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG_ROOT}/authentik/postgres:/var/lib/postgresql/data
|
- ${CONFIG_ROOT}/authentik/postgres:/var/lib/postgresql/data
|
||||||
|
|||||||
Reference in New Issue
Block a user