Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
+2
-1
@@ -6999,6 +6999,7 @@ services:
|
|||||||
homepage.href: https://id.${MY_TLD}
|
homepage.href: https://id.${MY_TLD}
|
||||||
homepage.icon: zitadel.svg
|
homepage.icon: zitadel.svg
|
||||||
homepage.description: Centralized authentication management
|
homepage.description: Centralized authentication management
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_CONFIG}/zitadel/config.yaml:/config.yaml
|
- ${DOCKER_VOLUME_CONFIG}/zitadel/config.yaml:/config.yaml
|
||||||
- ${DOCKER_VOLUME_CONFIG}/zitadel/init-steps.yaml:/init-steps.yaml
|
- ${DOCKER_VOLUME_CONFIG}/zitadel/init-steps.yaml:/init-steps.yaml
|
||||||
@@ -7017,7 +7018,7 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
start_period: '20s'
|
start_period: '20s'
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- zitadel-pg-db:/var/lib/postgresql/data
|
- zitadel-pg-db:/var/lib/postgresql/data
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user