Dawarich: Added Self_hosted flag and new required store volume

This commit is contained in:
2025-04-07 22:42:07 +02:00
parent 0e708915d0
commit 20d0be2ec4

View File

@@ -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:
@@ -149,3 +157,4 @@ volumes:
dawarich_valkey_data:
dawarich_public:
dawarich_watched:
dawarich_storage: