Re-attempting Zitadel deployment.

This commit is contained in:
2024-12-16 16:55:14 -05:00
parent eacc006492
commit d8753f6075
+6 -7
View File
@@ -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: