feat: comment out Traefik router rules for maintenance page
This commit is contained in:
parent
e530db158f
commit
8cb8ff08b4
1 changed files with 3 additions and 3 deletions
|
|
@ -210,9 +210,9 @@ services:
|
|||
- ./maintenance:/usr/share/nginx/html:ro
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.maint.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.maint.priority=1"
|
||||
- "traefik.http.routers.maint.entrypoints=websecure"
|
||||
# - "traefik.http.routers.maint.rule=Host(`${DOMAIN}`)"
|
||||
# - "traefik.http.routers.maint.priority=1"
|
||||
# - "traefik.http.routers.maint.entrypoints=websecure"
|
||||
- "traefik.http.services.maintenance-page.loadbalancer.server.port=80"
|
||||
- "traefik.http.middlewares.catch-maintenance.errors.status=502-504"
|
||||
- "traefik.http.middlewares.catch-maintenance.errors.service=maintenance-page"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue