13 lines
322 B
Text
13 lines
322 B
Text
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
|