forked from data.coop/ansible
Comment out the KEYCLOAK_USER and KEYCLOAK_PASSWORD since they mess up things after first run
This commit is contained in:
parent
e6ee76ddde
commit
ca6c3a96a1
|
@ -33,8 +33,8 @@
|
||||||
DB_USER: "keycloak"
|
DB_USER: "keycloak"
|
||||||
DB_PASSWORD: "{{ postgres_passwords.keycloak }}"
|
DB_PASSWORD: "{{ postgres_passwords.keycloak }}"
|
||||||
DB_ADDR: "keycloak_postgres_1"
|
DB_ADDR: "keycloak_postgres_1"
|
||||||
KEYCLOAK_USER: "{{ keycloak_secrets.admin_user }}" # Only used for the first run of the application to set up the admin user
|
#KEYCLOAK_USER: "{{ keycloak_secrets.admin_user }}" # Only used for the first run of the application to set up the admin user
|
||||||
KEYCLOAK_PASSWORD: "{{ keycloak_secrets.admin_password }}"
|
#KEYCLOAK_PASSWORD: "{{ keycloak_secrets.admin_password }}"
|
||||||
PROXY_ADDRESS_FORWARDING: "true"
|
PROXY_ADDRESS_FORWARDING: "true"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in a new issue