From 662046655c71c117afd0df15f1544208f6821238 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 16 Nov 2021 19:15:46 +0100 Subject: [PATCH] Clarify SEAFILE parameters --- .env.default | 6 +++--- seafile/docker-compose.seafile.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.default b/.env.default index a400eea..7a3f14b 100644 --- a/.env.default +++ b/.env.default @@ -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= \ No newline at end of file +MAPBOX_TOKEN= diff --git a/seafile/docker-compose.seafile.yml b/seafile/docker-compose.seafile.yml index c1d18e9..45f1761 100755 --- a/seafile/docker-compose.seafile.yml +++ b/seafile/docker-compose.seafile.yml @@ -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"