chore: update entrypoints from 'websecure' to 'wanwebsecure,lanwebsecure' for all services
This commit is contained in:
parent
b289f6e600
commit
67a53af8ea
6 changed files with 13 additions and 13 deletions
|
@ -45,7 +45,7 @@ job "homeassistant" {
|
|||
provider = "consul"
|
||||
tags = [
|
||||
"traefik.enable=true",
|
||||
"traefik.http.routers.homeassistant.entrypoints=websecure",
|
||||
"traefik.http.routers.homeassistant.entrypoints=wanwebsecure,lanwebsecure",
|
||||
"traefik.http.routers.homeassistant.rule=Host(`homeassistant.brmartin.co.uk`)"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue