From d8753f60752ebabe1ac3ef5ec1944728aa6ea5eb Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 16 Dec 2024 16:55:14 -0500 Subject: [PATCH] Re-attempting Zitadel deployment. --- docker-compose.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index cbef0557..b796280d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7059,15 +7059,14 @@ services: environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: ${ZITADEL_ADMIN_DB_PASSWORD} - POSTGRES_DB: zitadel expose: - 5432 - healthcheck: - test: ["CMD-SHELL", "pg_isready"] - interval: '10s' - timeout: '30s' - retries: 5 - start_period: '20s' + # healthcheck: + # test: ["CMD-SHELL", "pg_isready", "-d"] + # interval: '10s' + # timeout: '30s' + # retries: 5 + # start_period: '20s' image: postgres:16-alpine restart: always volumes: