Prepared all containers for final rollout

This commit is contained in:
2023-08-08 20:23:18 +01:00
parent 7a553128b1
commit 381a1126e2
7 changed files with 47 additions and 69 deletions

View File

@ -5,7 +5,6 @@ services:
container_name: "traefik"
command:
- "--api.dashboard=true"
- "--log.level=DEBUG"
- "--providers.docker=true"
- "--providers.docker.exposedbydefault=false"
- "--entrypoints.web.address=:80"
@ -23,8 +22,7 @@ services:
- proxy
labels:
- "traefik.enable=true"
- "traefik.log"
- "traefik.http.routers.traefik.rule=Host(`traefik.luke-else.co.uk`)"
- "traefik.http.routers.traefik.rule=Host(`traefik.luke-else.co.uk`) || Host('www.traefik.luke-else.co.uk')"
- "traefik.http.routers.traefik.entrypoints=websecure"
- "traefik.http.routers.traefik.service=api@internal"
- "traefik.http.routers.traefik.tls.certresolver=myresolver"