Skip to content

Commit e9c9646

Browse files
author
Tom
committed
Update to latest version of docker keykloak image
1 parent fe83049 commit e9c9646

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docker-compose-keycloak.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ services:
1010
environment:
1111
- KEYCLOAK_USER=admin
1212
- KEYCLOAK_PASSWORD=admin
13-
- POSTGRES_USER=keycloak
14-
- POSTGRES_PASSWORD=keycloak
1513
- PROXY_ADDRESS_FORWARDING=true
1614
- KEYCLOAK_LOGLEVEL=DEBUG
15+
- DB_VENDOR=POSTGRES
16+
- DB_ADDR=postgres
17+
- DB_USER=keycloak
18+
- DB_DATABASE=keycloak
19+
- DB_PASSWORD=keycloak
1720
# Override command to enable docker protokoll
1821
command: ["-b", "0.0.0.0","-Dkeycloak.profile.feature.docker=enabled"]
1922
extra_hosts:

0 commit comments

Comments
 (0)