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
|
||||
cert_mode: "selfsigned" # Use 'acme' for production
|
||||
enable_dashboard: true
|
||||
dashboard_domain: "traefik.dmz.local.test"
|
||||
log_level: DEBUG
|
||||
traefik_network: proxy
|
||||
|
||||
|
|
|
|||
|
|
@ -35,4 +35,7 @@ traefik_services:
|
|||
# port: 80
|
||||
# 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"
|
||||
|
|
@ -3,4 +3,6 @@ traefik_services:
|
|||
- name: httpbin-srv2
|
||||
domain: "{{ httpbin_domain }}"
|
||||
port: 443
|
||||
protocol: https
|
||||
protocol: https
|
||||
|
||||
dashboard_domain: "traefik.backend2.local.test"
|
||||
Loading…
Add table
Add a link
Reference in a new issue