by default disable traefik service for docker container

This commit is contained in:
Pim Kunis 2023-02-07 23:25:30 +01:00
parent c5ad2aab9f
commit 4d8f9e816c
10 changed files with 16 additions and 1 deletions

View file

@ -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