Slight tweaking of Zitadel DB container.
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Check and Create PR (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / SonarQube Analysis (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Dry Run & PR Merge (push) Has been cancelled

This commit is contained in:
2024-12-21 19:07:36 -05:00
parent ce353548e1
commit 7b0d34b3a0
+1 -1
View File
@@ -6993,7 +6993,7 @@ services:
zitadel-pg-db:
container_name: zitadel-pg-db
environment:
POSTGRES_USER: root
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ${ZITADEL_DB_ADMIN_PASSWORD}
expose:
- 5432