initial commit
This commit is contained in:
commit
bf4b3d3eb4
10 changed files with 699 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue