Made keycloak partially init from env variables

also fixed theme to russian
This commit is contained in:
2026-04-23 19:59:25 +03:00
parent 112a728d0b
commit d48fa65f8e
9 changed files with 129 additions and 13 deletions

View File

@@ -1,10 +1,11 @@
upstream keycloak {
server keycloak:8080;
}
server {
server_name auth.localhost;
listen 80;
server_name ${KEYCLOAK_HOSTNAME};
listen ${KEYCLOAK_PORT};
# deny access to home page
# exposed path recommendations https://www.keycloak.org/server/reverseproxy#_exposed_path_recommendations