modified: serv_nginx/docker-compose.yml

new file:   serv_nginx/keycloak/keycloak.conf
fix space for kk
This commit is contained in:
2025-10-21 04:45:37 +05:00
parent 5a3461f886
commit ea0ea5e7ad
2 changed files with 43 additions and 14 deletions
+21
View File
@@ -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