mirror of
https://asciireactor.com/otho/stashapp
synced 2024-11-22 10:35:08 +00:00
Fix env vars.
This commit is contained in:
parent
565d2ea856
commit
2deb2fdfc6
14
compose.yml
14
compose.yml
@ -50,8 +50,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_PORT=8080
|
- VIRTUAL_PORT=8080
|
||||||
- VIRTUAL_HOST="${notes_domain},www.${notes_domain}"
|
- VIRTUAL_HOST="${stashapp_notes_domain},www.${stashapp_notes_domain}"
|
||||||
- LETSENCRYPT_HOST="${notes_domain},www.${notes_domain}"
|
- LETSENCRYPT_HOST="${stashapp_notes_domain},www.${stashapp_notes_domain}"
|
||||||
- TRILIUM_DATA_DIR=/home/node/data
|
- TRILIUM_DATA_DIR=/home/node/data
|
||||||
volumes:
|
volumes:
|
||||||
- ./.data/trilium:/home/node/data
|
- ./.data/trilium:/home/node/data
|
||||||
@ -64,9 +64,9 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_PORT=8334
|
- VIRTUAL_PORT=8334
|
||||||
- VIRTUAL_HOST=${browse_domain}
|
- VIRTUAL_HOST=${stashapp_filestash_domain}
|
||||||
- LETSENCRYPT_HOST=${browse_domain}
|
- LETSENCRYPT_HOST=${stashapp_filestash_domain}
|
||||||
- APPLICATION_URL=${browse_domain}
|
- APPLICATION_URL=${stashapp_filestash_domain}
|
||||||
- ONLYOFFICE_URL=http://onlyoffice
|
- ONLYOFFICE_URL=http://onlyoffice
|
||||||
volumes:
|
volumes:
|
||||||
- .data/filestash:/app/data
|
- .data/filestash:/app/data
|
||||||
@ -90,8 +90,8 @@ services:
|
|||||||
command: server --quick-init 0.0.0.0:8000
|
command: server --quick-init 0.0.0.0:8000
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_PORT=8000
|
- VIRTUAL_PORT=8000
|
||||||
- VIRTUAL_HOST="${clippings_domain},www.${clippings_domain}"
|
- VIRTUAL_HOST="${stashapp_archivebox_domain},www.${stashapp_archivebox_domain}"
|
||||||
- LETSENCRYPT_HOST="${clippings_domain},www.${clippings_domain}"
|
- LETSENCRYPT_HOST="${stashapp_archivebox_domain},www.${stashapp_archivebox_domain}"
|
||||||
- MEDIA_MAX_SIZE=750m
|
- MEDIA_MAX_SIZE=750m
|
||||||
- SEARCH_BACKEND_ENGINE=sonic
|
- SEARCH_BACKEND_ENGINE=sonic
|
||||||
- SEARCH_BACKEND_HOST_NAME=sonic
|
- SEARCH_BACKEND_HOST_NAME=sonic
|
||||||
|
Loading…
Reference in New Issue
Block a user