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

View File

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