#113 Update DB parameters
This commit is contained in:
parent
b5db5bf26f
commit
42929cc542
@ -78,7 +78,7 @@ services:
|
||||
- keycloak
|
||||
keycloak:
|
||||
restart: "no"
|
||||
command: start --db=postgres
|
||||
command: start
|
||||
env_file:
|
||||
- keycloak-wip.env
|
||||
- keycloak-wip_secrets.env
|
||||
|
@ -4,6 +4,6 @@ KC_DB_USERNAME=keycloak
|
||||
KC_HOSTNAME=keycloak
|
||||
|
||||
DB=postgres
|
||||
DB_URL=postgres
|
||||
DB_URL=http://postgres:5432
|
||||
DB_USER=keycloak
|
||||
DB_PASS=weakpassword
|
Loading…
Reference in New Issue
Block a user