added Træfik external network
This commit is contained in:
parent
55dfaa38cd
commit
995c37cb05
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user