DNS Cloudflare, routers Traefik, bind LAN 0.0.0.0:8100, rollback e script de validação — Spec 019 F0 mínimo. Co-authored-by: Cursor <cursoragent@cursor.com>
28 lines
876 B
YAML
28 lines
876 B
YAML
# G1 — console.ligbox.com.br → VM123:8100 (ligbox-ops-console-ui)
|
|
# Aplicado em CT114 /root/traefik/dynamic.yml em 2026-06-25
|
|
# Rollback: specs/019-ops-console-active-operations/deploy/traefik/G1-ROLLBACK.md
|
|
|
|
# --- routers (inserir após ligbox-ops-api-Router) ---
|
|
ligbox-console-Router:
|
|
rule: Host(`console.ligbox.com.br`)
|
|
service: vm123-console-Service
|
|
entryPoints:
|
|
- websecure
|
|
tls:
|
|
certResolver: letsencrypt
|
|
middlewares:
|
|
- default-headers
|
|
ligbox-console-http-Router:
|
|
rule: Host(`console.ligbox.com.br`)
|
|
service: vm123-console-Service
|
|
entryPoints:
|
|
- web
|
|
middlewares:
|
|
- redirect-https
|
|
|
|
# --- services (inserir após ligbox-ops-api-Service) ---
|
|
vm123-console-Service:
|
|
loadBalancer:
|
|
servers:
|
|
- url: http://10.10.10.123:8100
|
|
passHostHeader: true
|