Updated compose

This commit is contained in:
Dan Elbert 2019-11-10 10:40:55 -06:00
parent ccb87d7019
commit 050e8c0a12

View File

@ -20,9 +20,14 @@ services:
- default
- traefik
labels:
traefik.enable: 'true'
traefik.frontend.rule: 'Host:parsley.elbert.us'
traefik.docker.network: traefik
traefik.enable: "true"
traefik.http.routers.parsley.rule: "Host(`parsley.elbert.us`)"
traefik.http.routers.parsley.entrypoints: websecure
traefik.http.routers.parsley.tls: "true"
traefik.http.routers.parsley.tls.certResolver: cert-resolver
traefik.http.routers.parsley-redirect.rule: "Host(`parsley.elbert.us`)"
traefik.http.routers.parsley-redirect.entrypoints: web
traefik.http.routers.parsley-redirect.middlewares: redirect@file
networks:
traefik: