Compare commits

...

2 Commits

Author SHA1 Message Date
489b5d00cc Merge pull request 'fix' (#138) from master into prod
Reviewed-on: https://gitea.chocomarsh.com/self/infra/pulls/138
2025-07-12 10:22:15 +03:00
Egor Matveev
501769b234 fix
All checks were successful
Deploy Prod / Build (pull_request) Successful in 14s
Deploy Prod / Push (pull_request) Successful in 15s
Deploy Prod / prepare (pull_request) Successful in 8s
Deploy Prod / Deploy prod (pull_request) Successful in 34s
2025-07-12 10:20:46 +03:00

View File

@ -31,6 +31,7 @@ services:
image: ghcr.io/zitadel/zitadel:latest image: ghcr.io/zitadel/zitadel:latest
networks: networks:
- common-infra-nginx - common-infra-nginx
command: 'start-from-init --masterkey "MasterkeyNeedsToHave32Characters" --tlsMode disabled'
environment: environment:
ZITADEL_DATABASE_POSTGRES_HOST: pg.sprinthub.ru ZITADEL_DATABASE_POSTGRES_HOST: pg.sprinthub.ru
ZITADEL_DATABASE_POSTGRES_PORT: 5432 ZITADEL_DATABASE_POSTGRES_PORT: 5432