Add keycloak service #66

Merged
graffen merged 4 commits from keycloak into master 2021-10-09 12:20:20 +00:00
Showing only changes of commit ca6c3a96a1 - Show all commits

View file

@ -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: