chore: expose dashboard of vagrant-vms over domains
This commit is contained in:
parent
f2e2baa886
commit
b0c62bbef9
3 changed files with 8 additions and 2 deletions
|
|
@ -6,6 +6,7 @@ traefik_mode: dmz
|
||||||
use_ssl: true
|
use_ssl: true
|
||||||
cert_mode: "selfsigned" # Use 'acme' for production
|
cert_mode: "selfsigned" # Use 'acme' for production
|
||||||
enable_dashboard: true
|
enable_dashboard: true
|
||||||
|
dashboard_domain: "traefik.dmz.local.test"
|
||||||
log_level: DEBUG
|
log_level: DEBUG
|
||||||
traefik_network: proxy
|
traefik_network: proxy
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,3 +36,6 @@ traefik_services:
|
||||||
# protocol: http
|
# protocol: http
|
||||||
|
|
||||||
use_ssl: false # disable SSL redirect for vagrant
|
use_ssl: false # disable SSL redirect for vagrant
|
||||||
|
|
||||||
|
use_ssl_dashboard: true # still use SSL for dashboard
|
||||||
|
dashboard_domain: "traefik.backend.local.test"
|
||||||
|
|
@ -4,3 +4,5 @@ traefik_services:
|
||||||
domain: "{{ httpbin_domain }}"
|
domain: "{{ httpbin_domain }}"
|
||||||
port: 443
|
port: 443
|
||||||
protocol: https
|
protocol: https
|
||||||
|
|
||||||
|
dashboard_domain: "traefik.backend2.local.test"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue