updated traefik configurations

This commit is contained in:
2025-11-05 22:47:01 +00:00
parent a070f44d87
commit 2b9f142b7a
5 changed files with 31 additions and 70 deletions

View File

@@ -33,7 +33,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.swarm.network=homelab"
- "traefik.http.routers.n8n.rule=Host(`n8n.frostlabs.me`)"
- "traefik.http.routers.n8n.rule=Host(`n8n.bitfrost.me`)"
- "traefik.http.routers.n8n.entrypoints=websecure"
- "traefik.http.routers.n8n.tls.certresolver=cloudflare"
- "traefik.http.routers.n8n.service=n8n"