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 - type: bind
source: /srv/dawarich/public source: /srv/dawarich/public
target: /var/app/public target: /var/app/public
- type: bind
source: /srv/dawarich/storage
target: /var/app/storage
networks: networks:
- dawarich - dawarich
ports: ports:
@@ -63,6 +66,7 @@ services:
PHOTON_API_USE_HTTPS: "true" PHOTON_API_USE_HTTPS: "true"
PHOTON_API_HOST: ${PHOTON_API_HOST} PHOTON_API_HOST: ${PHOTON_API_HOST}
PHOTON_API_KEY: ${PHOTON_API_KEY} PHOTON_API_KEY: ${PHOTON_API_KEY}
SELF_HOSTED: "true"
logging: logging:
driver: "json-file" driver: "json-file"
options: options:
@@ -93,6 +97,9 @@ services:
- type: bind - type: bind
source: /srv/dawarich/public source: /srv/dawarich/public
target: /var/app/public target: /var/app/public
- type: bind
source: /srv/dawarich/storage
target: /var/app/storage
networks: networks:
- dawarich - dawarich
stdin_open: true stdin_open: true
@@ -121,6 +128,7 @@ services:
PHOTON_API_USE_HTTPS: "true" PHOTON_API_USE_HTTPS: "true"
PHOTON_API_HOST: ${PHOTON_API_HOST} PHOTON_API_HOST: ${PHOTON_API_HOST}
PHOTON_API_KEY: ${PHOTON_API_KEY} PHOTON_API_KEY: ${PHOTON_API_KEY}
SELF_HOSTED: "true"
logging: logging:
driver: "json-file" driver: "json-file"
options: options:
@@ -148,4 +156,5 @@ services:
volumes: volumes:
dawarich_valkey_data: dawarich_valkey_data:
dawarich_public: dawarich_public:
dawarich_watched: dawarich_watched:
dawarich_storage: