Skip to content

Commit 9e691f6

Browse files
committed
#67 add redirect on main domain - cleanup after merge
1 parent 1013edc commit 9e691f6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

services/traefik/docker-compose.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ services:
4242
- "traefik.http.routers.traefik_http.entrypoints=http"
4343
- "traefik.http.routers.traefik_http.middlewares=https_redirect@docker"
4444

45-
# https router main entry
46-
- "traefik.http.routers.traefik_https.rule=Host(`${SITE_DOMAIN}`)"
47-
- "traefik.http.routers.traefik_https.entrypoints=https"
48-
- "traefik.http.routers.traefik_https.tls=true"
49-
- "traefik.http.routers.traefik_https.tls.certresolver=le"
50-
- "traefik.http.routers.traefik_https.tls.options=my_default@file"
51-
- "traefik.http.routers.traefik_https.middlewares=secure-headers@file"
52-
5345
volumes:
5446
- /var/run/docker.sock:/var/run/docker.sock:ro
5547
- ./config/dynamic:/etc/traefik/dynamic:ro

0 commit comments

Comments
 (0)