Ändert auf data-Volume

This commit is contained in:
2026-02-11 18:07:21 +01:00
parent 6066c650f6
commit 51f4cad812

View File

@@ -52,7 +52,7 @@ services:
retries: 5
start_period: 10s
volumes:
- .:/current-dir:delegated
- data:/current-dir:delegated
ports:
- 8080:8080
- 3000:3000
@@ -68,7 +68,7 @@ services:
- ZITADEL_SERVICE_USER_TOKEN_FILE=/current-dir/login-client.pat
network_mode: service:zitadel
volumes:
- .:/current-dir:ro
- data:/current-dir:ro
depends_on:
zitadel:
condition: service_healthy
@@ -76,3 +76,6 @@ services:
networks:
zitadel:
volumes:
data: