8ba9ce6ae1
new file: serv_nginx/keycloak/Dockerfile modified: serv_nginx/keycloak/keycloak.conf fix keycloak
27 lines
490 B
Plaintext
27 lines
490 B
Plaintext
# Database
|
|
db=postgres
|
|
db-url-host=keycloak-db
|
|
db-url-port=5432
|
|
db-url-database=keycloak
|
|
db-username=keycloak
|
|
db-password=${KC_DB_PASSWORD}
|
|
|
|
# Admin credentials
|
|
admin-url=http://localhost:8080
|
|
admin-username=${KEYCLOAK_ADMIN}
|
|
admin-password=${KEYCLOAK_ADMIN_PASSWORD}
|
|
|
|
# HTTP
|
|
http-enabled=true
|
|
http-port=8080
|
|
http-relative-path=/
|
|
|
|
# Hostname
|
|
hostname-strict=false
|
|
hostname-strict-https=false
|
|
|
|
# Proxy settings (если используете nginx)
|
|
proxy=edge
|
|
|
|
# Health
|
|
health-enabled=true |