added Træfik external network

This commit is contained in:
Bryan Joshua Pedini 2021-08-13 15:13:36 +02:00
parent 55dfaa38cd
commit 995c37cb05
1 changed files with 6 additions and 0 deletions

View File

@ -18,4 +18,10 @@ services:
# of course, enable TLS and it's certificate provider
- traefik.http.routers.https-get_bjphoster_com.tls=true
- traefik.http.routers.https-get_bjphoster_com.tls.certresolver=letsencrypt
networks:
- traefik-proxy
restart: unless-stopped
networks:
traefik-proxy:
external: true