mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
Clarify SEAFILE parameters
This commit is contained in:
+3
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user