Add docker/compose/.env
This commit is contained in:
parent
ae4f52e18c
commit
8e7fae3362
1 changed files with 9 additions and 0 deletions
9
docker/compose/.env
Normal file
9
docker/compose/.env
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Postgres DB for keycloak
|
||||
POSTGRES_DB=keycloak
|
||||
POSTGRES_USER=keycloakuser
|
||||
POSTGRES_PASSWORD="REDACTED"
|
||||
|
||||
# Keycloak server
|
||||
KEYCLOAK_ADMIN=admin
|
||||
KEYCLOAK_ADMIN_PASSWORD="REDACTED"
|
||||
KEYCLOAK_HOSTNAME=sso.fb1.uni-bremen.de
|
Loading…
Add table
Reference in a new issue