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
|
|
@ -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