added Træfik docker network

This commit is contained in:
Bryan Joshua Pedini 2022-01-09 14:27:38 +01:00
parent fdbc984b23
commit 5f52e8d3ab
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ services:
- traefik.http.routers.https-${TRAEFIK_ROUTER}.tls.certresolver=letsencrypt
# specify a service so a custom port can be used
- traefik.http.services.${TRAEFIK_SERVICE}.loadbalancer.server.port=${TRAEFIK_SERVICE_PORT}
networks:
- traefik-proxy
ports:
- "53:53/tcp"
- "53:53/udp"