enable traefik on... traefik

This commit is contained in:
Yax 2020-06-28 13:13:38 +02:00
parent a61ba0df6f
commit ac6a28a5fc

View file

@ -14,6 +14,7 @@ services:
- --certificatesresolvers.letsencrypt.acme.storage=/acme.json
- --certificatesresolvers.letsencrypt.acme.tlschallenge=true
labels:
- traefik.enable=true
# global redirect to https
- traefik.http.routers.http-catchall.rule=hostregexp(`{host:.+}`)
- traefik.http.routers.http-catchall.entrypoints=web