Re-attempting Zitadel deployment.
This commit is contained in:
+6
-7
@@ -7059,15 +7059,14 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: ${ZITADEL_ADMIN_DB_PASSWORD}
|
POSTGRES_PASSWORD: ${ZITADEL_ADMIN_DB_PASSWORD}
|
||||||
POSTGRES_DB: zitadel
|
|
||||||
expose:
|
expose:
|
||||||
- 5432
|
- 5432
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready"]
|
# test: ["CMD-SHELL", "pg_isready", "-d"]
|
||||||
interval: '10s'
|
# interval: '10s'
|
||||||
timeout: '30s'
|
# timeout: '30s'
|
||||||
retries: 5
|
# retries: 5
|
||||||
start_period: '20s'
|
# start_period: '20s'
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user