add profiles into dokcer-cmpse.ymal file

This commit is contained in:
2025-06-21 23:54:28 +03:00
parent fb90fc6d6e
commit 5e944fca12
4 changed files with 44 additions and 6 deletions
+8
View File
@@ -22,4 +22,12 @@ server {
root /usr/share/nginx/html;
index index.html;
}
location /auth {
proxy_pass http://keycloak:8080;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}