init keycloak formular
This commit is contained in:
commit
006c8474bb
2 changed files with 66 additions and 0 deletions
13
pillar.example
Normal file
13
pillar.example
Normal file
|
@ -0,0 +1,13 @@
|
|||
keycloak:
|
||||
container_web_port: "127.0.0.1:1234"
|
||||
image:
|
||||
path: quay.io/keycloak/keycloak
|
||||
version: 25.0
|
||||
config:
|
||||
default:
|
||||
hostname_strict: False
|
||||
site: login.example.com
|
||||
db:
|
||||
postgres_uri: jdbc:postgresql://postgres:5432/keycloak
|
||||
postgres_user: keycloak
|
||||
postgres_pwd: keycloak
|
Loading…
Add table
Add a link
Reference in a new issue