initial commit

This commit is contained in:
Sebastian Hugentobler 2021-08-22 14:30:25 +02:00
commit bf4b3d3eb4
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
10 changed files with 699 additions and 0 deletions

19
README.md Normal file
View file

@ -0,0 +1,19 @@
[Keycloak](https://www.keycloak.org/) server with postgre backend.
# Environment Variables
## ADMIN_PASSWORD
Password for the admin user.
## DB_URL
Database url in jdbc form (https://jdbc.postgresql.org/documentation/80/connect.html).
## DB_USER
- default: keycloak
Database user.
## DB_PASSWORD
Password for the database user.
# Ports
- 8080