force https in conf
This commit is contained in:
@@ -34,6 +34,7 @@ services:
|
||||
- SEAFILE_SERVER_PROTOCOL=https # Protocol used to access Seafile (http or https)
|
||||
- SERVICE_URL=https://${SEAFILE_SERVER_HOSTNAME} # Full URL to access Seafile
|
||||
- FILE_SERVER_ROOT=https://${SEAFILE_SERVER_HOSTNAME}/seafhttp # URL for file server
|
||||
- FORCE_HTTPS_IN_CONF=true # Force HTTPS in all Seafile configuration files
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.seafile.rule=Host(`${SEAFILE_SERVER_HOSTNAME}`)"
|
||||
|
||||
Reference in New Issue
Block a user