modified: serv_nginx/docker-compose.yml
new file: serv_nginx/keycloak/keycloak.conf fix space for kk
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Database
|
||||
db=postgres
|
||||
db-url=jdbc:postgresql://keycloak-db:5432/keycloak
|
||||
db-username=keycloak
|
||||
db-password=${KEYCLOAK_DB_PASSWORD}
|
||||
|
||||
# Hostname
|
||||
hostname=auth.yalarba.ru
|
||||
hostname-strict=true
|
||||
hostname-strict-https=true
|
||||
http-enabled=false
|
||||
proxy=edge
|
||||
|
||||
# Admin
|
||||
admin=admin
|
||||
admin-password=${KEYCLOAK_ADMIN_PASSWORD}
|
||||
|
||||
# Features
|
||||
health-enabled=true
|
||||
metrics-enabled=true
|
||||
log-level=INFO
|
||||
Reference in New Issue
Block a user