by default disable traefik service for docker container
This commit is contained in:
parent
c5ad2aab9f
commit
4d8f9e816c
10 changed files with 16 additions and 1 deletions
|
@ -35,6 +35,7 @@ services:
|
|||
- SEAFILE_SERVER_LETSENCRYPT=false # Whether to use https or not.
|
||||
- SEAFILE_SERVER_HOSTNAME={{ seafile_domain }} # Specifies your host name if https is enabled.
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.seafile.entrypoints=websecure
|
||||
- traefik.http.routers.seafile.rule=Host(`files.geokunis2.nl`)
|
||||
- traefik.http.routers.seafile.tls=true
|
||||
|
|
Reference in a new issue