chore(traefik): rename variables for clarity
This commit is contained in:
parent
b0c62bbef9
commit
d7f75c04da
4 changed files with 23 additions and 23 deletions
|
|
@ -3,23 +3,23 @@
|
|||
# These are public-facing proxies that route traffic to backend servers
|
||||
|
||||
traefik_mode: dmz
|
||||
use_ssl: true
|
||||
cert_mode: "selfsigned" # Use 'acme' for production
|
||||
enable_dashboard: true
|
||||
dashboard_domain: "traefik.dmz.local.test"
|
||||
log_level: DEBUG
|
||||
traefik_use_ssl: true
|
||||
traefik_cert_mode: "selfsigned" # Use 'acme' for production
|
||||
traefik_enable_dashboard: true
|
||||
traefik_dashboard_domain: "traefik.dmz.local.test"
|
||||
traefik_log_level: DEBUG
|
||||
traefik_network: proxy
|
||||
|
||||
# Backend servers to proxy (if empty, proxies to all backend_servers)
|
||||
# This allows multiple DMZ proxies to handle different backend servers
|
||||
# backend_servers_to_proxy:
|
||||
# traefik_backend_servers_to_proxy:
|
||||
# - backend1
|
||||
# - backend2
|
||||
|
||||
# ACME configuration (uncomment for production with cert_mode: acme)
|
||||
# ssl_email: "admin@example.com"
|
||||
# ssl_cert_resolver: "dns"
|
||||
# acme_dns_zone: "digitalboard._acme.digitalboard.ch."
|
||||
# acme_dns_nameserver: "192.168.1.1:53"
|
||||
# acme_tsig_key: "your-tsig-key-name"
|
||||
# acme_tsig_secret: "your-tsig-secret"
|
||||
# ACME configuration (uncomment for production with traefik_cert_mode: acme)
|
||||
# traefik_ssl_email: "admin@example.com"
|
||||
# traefik_ssl_cert_resolver: "dns"
|
||||
# traefik_acme_dns_zone: "digitalboard._acme.digitalboard.ch."
|
||||
# traefik_acme_dns_nameserver: "192.168.1.1:53"
|
||||
# traefik_acme_tsig_key: "your-tsig-key-name"
|
||||
# traefik_acme_tsig_secret: "your-tsig-secret"
|
||||
Loading…
Add table
Add a link
Reference in a new issue