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