Skip to content

Commit

Permalink
**
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolicvs committed Mar 2, 2020
1 parent f3dcbcc commit ebb484b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ services:
DB_PASSWORD: v2kGBDUaGjXK2VuPyf5R64VS
DB_DATABASE: insylva
PORT: 4000
IN_SYLVA_KEYCLOAK_HOST: http://in-sylva.keycloak
IN_SYLVA_KEYCLOAK_PORT: 7000
networks:
- app-network
restart: unless-stopped
Expand Down
3 changes: 1 addition & 2 deletions portal/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ server {
}

location /keycloak/auth/ {
proxy_pass http://backend_keycloak/keycloak/auth/;

proxy_pass http://backend_keycloak/keycloak/auth/;
}

location /source-manager/ {
Expand Down

0 comments on commit ebb484b

Please sign in to comment.