From 51f4cad812a79bfc6201a29a9685f05a178df327 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Wed, 11 Feb 2026 18:07:21 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84ndert=20auf=20data-Volume?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index c864b06..35e11a0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: