forked from data.coop/ansible
Set keycloak path to the old path.
This commit is contained in:
parent
f040880c26
commit
cbc209c381
|
@ -25,7 +25,7 @@
|
||||||
- "keycloak"
|
- "keycloak"
|
||||||
- "postfix"
|
- "postfix"
|
||||||
- "external_services"
|
- "external_services"
|
||||||
command: "start --db=postgres --db-url=jdbc:postgresql://postgres:5432/keycloak --db-username=keycloak --db-password={{ postgres_passwords.keycloak }} --hostname={{ keycloak.domain }} --proxy=edge --https-port=8080"
|
command: "start --db=postgres --db-url=jdbc:postgresql://postgres:5432/keycloak --db-username=keycloak --db-password={{ postgres_passwords.keycloak }} --hostname={{ keycloak.domain }} --proxy=edge --https-port=8080 --http-relative-path=/auth"
|
||||||
environment:
|
environment:
|
||||||
VIRTUAL_HOST: "{{ keycloak.domain }}"
|
VIRTUAL_HOST: "{{ keycloak.domain }}"
|
||||||
VIRTUAL_PORT: "8080"
|
VIRTUAL_PORT: "8080"
|
||||||
|
|
Loading…
Reference in a new issue