chore(keycloak): update hostname for Keycloak service
This commit is contained in:
parent
5329628c98
commit
b663988a6c
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ job "keycloak" {
|
|||
KC_HTTP_ENABLED = "true"
|
||||
KC_PROXY_HEADERS = "xforwarded"
|
||||
KC_HTTP_HOST = "127.0.0.1"
|
||||
KC_HOSTNAME = "keycloak.brmartin.co.uk"
|
||||
KC_HOSTNAME = "sso.brmartin.co.uk"
|
||||
}
|
||||
|
||||
resources {
|
||||
|
@ -98,7 +98,7 @@ job "keycloak" {
|
|||
tags = [
|
||||
"traefik.enable=true",
|
||||
|
||||
"traefik.http.routers.keycloak.rule=Host(`keycloak.brmartin.co.uk`)",
|
||||
"traefik.http.routers.keycloak.rule=Host(`sso.brmartin.co.uk`)",
|
||||
"traefik.http.routers.keycloak.entrypoints=websecure",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue