Move Traefik file routes to Docker labels
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
||||
- "traefik.http.routers.changedetection.entrypoints=https"
|
||||
- "traefik.http.routers.changedetection.rule=Host(`change.${DOMAIN}`)"
|
||||
- "traefik.http.routers.changedetection.tls.certresolver=http"
|
||||
- "traefik.http.routers.changedetection.middlewares=auth@file"
|
||||
- "traefik.http.routers.changedetection.middlewares=auth@docker"
|
||||
depends_on:
|
||||
- playwright-chrome
|
||||
|
||||
|
||||
Reference in New Issue
Block a user