Remove NetBox Traefik config - deferred until Compose rebuild

This commit is contained in:
2026-03-21 19:10:10 -05:00
parent c087f32355
commit c1d85b7f89
5 changed files with 346 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
http:
routers:
n8n:
rule: "Host(`n8n.local.mk-labs.cloud`)"
entryPoints:
- websecure
service: n8n
tls:
certResolver: cloudflare
middlewares:
- security-headers
services:
n8n:
loadBalancer:
servers:
- url: "http://tiki-room.local.mk-labs.cloud:5678"