From 20d0be2ec47eed3c165e65f667681efc372e9a8b Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Mon, 7 Apr 2025 22:42:07 +0200 Subject: [PATCH] Dawarich: Added Self_hosted flag and new required store volume --- stacks/dawarich-stack.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/stacks/dawarich-stack.yaml b/stacks/dawarich-stack.yaml index 17480e4..389ecf8 100644 --- a/stacks/dawarich-stack.yaml +++ b/stacks/dawarich-stack.yaml @@ -30,6 +30,9 @@ services: - type: bind source: /srv/dawarich/public target: /var/app/public + - type: bind + source: /srv/dawarich/storage + target: /var/app/storage networks: - dawarich ports: @@ -63,6 +66,7 @@ services: PHOTON_API_USE_HTTPS: "true" PHOTON_API_HOST: ${PHOTON_API_HOST} PHOTON_API_KEY: ${PHOTON_API_KEY} + SELF_HOSTED: "true" logging: driver: "json-file" options: @@ -93,6 +97,9 @@ services: - type: bind source: /srv/dawarich/public target: /var/app/public + - type: bind + source: /srv/dawarich/storage + target: /var/app/storage networks: - dawarich stdin_open: true @@ -121,6 +128,7 @@ services: PHOTON_API_USE_HTTPS: "true" PHOTON_API_HOST: ${PHOTON_API_HOST} PHOTON_API_KEY: ${PHOTON_API_KEY} + SELF_HOSTED: "true" logging: driver: "json-file" options: @@ -148,4 +156,5 @@ services: volumes: dawarich_valkey_data: dawarich_public: - dawarich_watched: \ No newline at end of file + dawarich_watched: + dawarich_storage: \ No newline at end of file