Remove sequela.uk domains from routing rules
Some checks failed
Deploy Stacks / deploy-prod (push) Failing after 1s
Deploy Stacks / deploy-dev (push) Has been cancelled

The sequela.uk domain doesn't have DNS configured, causing ACME
certificate generation to fail. Removed from wikijs and matomo
routing rules.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 10:49:55 -05:00
parent a0b6dcbdc3
commit 6e22713454
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ services:
- "com.ghost.tel/stack-type=public"
- "traefik.enable=true"
- "traefik.http.routers.matomo.entrypoints=https"
- "traefik.http.routers.matomo.rule=Host(`matomo.sequela.tel`) || Host(`matomo.sequela.uk`)"
- "traefik.http.routers.matomo.rule=Host(`matomo.sequela.tel`)"
- "traefik.http.routers.matomo.tls.certresolver=http"
- "traefik.http.services.matomo.loadbalancer.server.port=80"
environment:

View File

@@ -22,7 +22,7 @@ services:
- "com.ghost.tel/stack-type=public"
- "traefik.enable=true"
- "traefik.http.routers.wikijs.entrypoints=https"
- "traefik.http.routers.wikijs.rule=Host(`wiki.sequela.tel`) || Host(`wiki.sequela.uk`)"
- "traefik.http.routers.wikijs.rule=Host(`wiki.sequela.tel`)"
- "traefik.http.routers.wikijs.tls.certresolver=http"
- "traefik.http.services.wikijs.loadbalancer.server.port=3000"
environment: