change KC_DB to keycloak into docker-compose.yaml, Dockerfile
This commit is contained in:
@@ -134,7 +134,6 @@ services:
|
||||
KC_HOSTNAME: yalarba.ru
|
||||
KC_HOSTNAME_STRICT_BACKCHANNEL: false
|
||||
KC_FRONTEND_URL: https://yalarba.ru/auth
|
||||
KC_HTTP_RELATIVE_PATH: "/auth"
|
||||
command: start --optimized
|
||||
networks:
|
||||
- internal
|
||||
|
||||
@@ -24,7 +24,7 @@ server {
|
||||
}
|
||||
|
||||
location /auth {
|
||||
proxy_pass http://0.0.0.0:8080/;
|
||||
proxy_pass http://0.0.0.0:8080/auth;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
Reference in New Issue
Block a user