Re-attempting Zitadel deployment again.
This commit is contained in:
+7
-7
@@ -7058,15 +7058,15 @@ services:
|
|||||||
container_name: zitadel-pg-db
|
container_name: zitadel-pg-db
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: ${ZITADEL_ADMIN_DB_PASSWORD}
|
POSTGRES_PASSWORD: ${ZITADEL_DB_ADMIN_PASSWORD}
|
||||||
expose:
|
expose:
|
||||||
- 5432
|
- 5432
|
||||||
# healthcheck:
|
healthcheck:
|
||||||
# test: ["CMD-SHELL", "pg_isready", "-d"]
|
test: ["CMD-SHELL", "pg_isready", "-d", "zitadel", "-U", "postgres"]
|
||||||
# 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