This commit is contained in:
Bryan Joshua Pedini 2021-10-21 10:15:23 +02:00
parent 3e6e06779a
commit 057453982c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ services:
- traefik.http.routers.http-${TRAEFIK_ROUTER}.rule=Host(`${TRAEFIK_HOST}`)
### Section HTTPS
- traefik.http.routers.https-${TRAEFIK_ROUTER}.entrypoints=https
- traefik.https.services.${TRAEFIK_SERVICE}.loadbalancer.server.port=3000
- traefik.http.services.${TRAEFIK_SERVICE}.loadbalancer.server.port=3000
# configure the exposed service
- traefik.http.routers.https-${TRAEFIK_ROUTER}.rule=Host(`${TRAEFIK_HOST}`)
# of course, enable TLS and it's certificate provider