#113 Add DB env vars to keycloak-wip.env
This commit is contained in:
parent
8130a84841
commit
b5db5bf26f
@ -78,7 +78,7 @@ services:
|
||||
- keycloak
|
||||
keycloak:
|
||||
restart: "no"
|
||||
command: start --help
|
||||
command: start --db=postgres
|
||||
env_file:
|
||||
- keycloak-wip.env
|
||||
- keycloak-wip_secrets.env
|
||||
|
@ -1,4 +1,9 @@
|
||||
KC_DB=postgres
|
||||
KC_DB_URL=postgres
|
||||
KC_DB_USERNAME=keycloak
|
||||
KC_HOSTNAME=keycloak
|
||||
KC_HOSTNAME=keycloak
|
||||
|
||||
DB=postgres
|
||||
DB_URL=postgres
|
||||
DB_USER=keycloak
|
||||
DB_PASS=weakpassword
|
Loading…
Reference in New Issue
Block a user