Clarify SEAFILE parameters
This commit is contained in:
parent
cda27bccf0
commit
662046655c
2 changed files with 5 additions and 5 deletions
|
@ -26,15 +26,15 @@ PATH_DELUGE=/deluge
|
|||
TZ=Europe/Paris
|
||||
BASIC_AUTH=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/
|
||||
ROOT_INSTALL=/srv
|
||||
DB_ROOT_PASSWORD=rootpassword
|
||||
ADMIN_EMAIL=root@localdomain
|
||||
|
||||
# torrent
|
||||
DELUGE_TORRENT_PORT=6881
|
||||
DOWNLOAD_HTTP_PORT=8000
|
||||
|
||||
# seafile
|
||||
SEAFILE_ADMIN_EMAIL=root@localdomain
|
||||
SEAFILE_ADMIN_PASSWORD=abc123456
|
||||
SEAFILE_DB_ROOT_PASSWORD=rootpassword
|
||||
|
||||
# mapbox.com
|
||||
MAPBOX_TOKEN=
|
||||
MAPBOX_TOKEN=
|
||||
|
|
|
@ -26,8 +26,8 @@ services:
|
|||
- seafile-memcached
|
||||
environment:
|
||||
DB_HOST: seafile-db
|
||||
DB_ROOT_PASSWD: ${DB_ROOT_PASSWORD}
|
||||
SEAFILE_ADMIN_EMAIL: ${ADMIN_EMAIL}
|
||||
DB_ROOT_PASSWD: ${SEAFILE_DB_ROOT_PASSWORD}
|
||||
SEAFILE_ADMIN_EMAIL: ${SEAFILE_ADMIN_EMAIL}
|
||||
SEAFILE_ADMIN_PASSWORD: ${SEAFILE_ADMIN_PASSWORD}
|
||||
SEAFILE_SERVER_HOSTNAME: ${HOST_SEAFILE}.${DOMAIN}
|
||||
SEAFILE_SERVER_LETSENCRYPT: "false"
|
||||
|
|
Loading…
Add table
Reference in a new issue