mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 19:09:32 +00:00
Merge pull request #1562 from eikek/docker-settings
Add more default docker settings
This commit is contained in:
commit
79688c7711
@ -13,6 +13,11 @@ services:
|
|||||||
# - DOCSPELL_SERVER_AUTH_SERVER__SECRET
|
# - DOCSPELL_SERVER_AUTH_SERVER__SECRET
|
||||||
# - DOCSPELL_SERVER_INTEGRATION__ENDPOINT_HTTP__HEADER_HEADER__VALUE
|
# - DOCSPELL_SERVER_INTEGRATION__ENDPOINT_HTTP__HEADER_HEADER__VALUE
|
||||||
# (use the same value at the consumedir container!)
|
# (use the same value at the consumedir container!)
|
||||||
|
#
|
||||||
|
# After creating an account, you may want to set signup mode to
|
||||||
|
# "closed" or to "invite". When using invite, you must also set
|
||||||
|
# DOCSPELL_SERVER_BACKEND_SIGNUP_NEW__INVITE__PASSWORD to some
|
||||||
|
# secret.
|
||||||
restserver:
|
restserver:
|
||||||
image: docspell/restserver:latest
|
image: docspell/restserver:latest
|
||||||
container_name: docspell-restserver
|
container_name: docspell-restserver
|
||||||
@ -33,6 +38,8 @@ services:
|
|||||||
- DOCSPELL_SERVER_INTEGRATION__ENDPOINT_ENABLED=true
|
- DOCSPELL_SERVER_INTEGRATION__ENDPOINT_ENABLED=true
|
||||||
- DOCSPELL_SERVER_INTEGRATION__ENDPOINT_HTTP__HEADER_ENABLED=true
|
- DOCSPELL_SERVER_INTEGRATION__ENDPOINT_HTTP__HEADER_ENABLED=true
|
||||||
- DOCSPELL_SERVER_INTEGRATION__ENDPOINT_HTTP__HEADER_HEADER__VALUE=integration-password123
|
- DOCSPELL_SERVER_INTEGRATION__ENDPOINT_HTTP__HEADER_HEADER__VALUE=integration-password123
|
||||||
|
- DOCSPELL_SERVER_BACKEND_SIGNUP_MODE=open
|
||||||
|
- DOCSPELL_SERVER_BACKEND_SIGNUP_NEW__INVITE__PASSWORD=
|
||||||
- DOCSPELL_SERVER_BACKEND_ADDONS_ENABLED=false
|
- DOCSPELL_SERVER_BACKEND_ADDONS_ENABLED=false
|
||||||
depends_on:
|
depends_on:
|
||||||
- solr
|
- solr
|
||||||
@ -47,6 +54,9 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
- DOCSPELL_JOEX_APP__ID=joex1
|
||||||
|
- DOCSPELL_JOEX_PERIODIC__SCHEDULER_NAME=joex1
|
||||||
|
- DOCSPELL_JOEX_SCHEDULER_NAME=joex1
|
||||||
- DOCSPELL_JOEX_BASE__URL=http://docspell-joex:7878
|
- DOCSPELL_JOEX_BASE__URL=http://docspell-joex:7878
|
||||||
- DOCSPELL_JOEX_BIND_ADDRESS=0.0.0.0
|
- DOCSPELL_JOEX_BIND_ADDRESS=0.0.0.0
|
||||||
- DOCSPELL_JOEX_FULL__TEXT__SEARCH_ENABLED=true
|
- DOCSPELL_JOEX_FULL__TEXT__SEARCH_ENABLED=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user