Dawarich: Added Self_hosted flag and new required store volume
This commit is contained in:
@@ -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:
|
||||
dawarich_watched:
|
||||
dawarich_storage:
|
||||
Reference in New Issue
Block a user