forked from h44z/seafile-docker-ce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.dist
32 lines (25 loc) · 999 Bytes
/
.env.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Base settings
TIME_ZONE=Europe/Vienna
# Database settings, remove this section to use a sqlite database.
# You can either specify a root password (MYSQL_ROOT_PASSWORD), or use your exsting database tables.
# Also specifying MYSQL_USER_HOST only makes sense if MYSQL_ROOT_PASSWORD is given, otherwise no new MySQL user will be created.
# To use an external database, simply remove the MySQL service from the docker-compose.yml.
MYSQL_SERVER=db
MYSQL_USER=seafile
MYSQL_USER_PASSWORD=seafilesecret
MYSQL_PORT=3306
# General Seafile Settings
SEAFILE_VERSION=11.0.6
SEAFILE_NAME=Seafile
SEAFILE_ADDRESS=seafile.localhost
SEAFILE_ADMIN_PW=asecret
# OnlyOffice Settings
ONLYOFFICE_JWT_SECRET=Supers3cr3t
# Optional Seafile Settings
LDAP_IGNORE_CERT_CHECK=true
# Traefik (Reverse Proxy) Settings
DOMAINNAME=yourdomain.com
# All other settings can be edited in the conf dir (/seafile/conf) once the container started up!
# runmode, default = run
#MODE=maintenance