Add keycloak service #66

Merged
graffen merged 4 commits from keycloak into master 2021-10-09 12:20:20 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit ca6c3a96a1 - Show all commits

View File

@ -33,8 +33,8 @@
DB_USER: "keycloak"
DB_PASSWORD: "{{ postgres_passwords.keycloak }}"
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_PASSWORD: "{{ keycloak_secrets.admin_password }}"
#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 }}"
PROXY_ADDRESS_FORWARDING: "true"
networks: