Final (for now) bug fixes

This commit is contained in:
Sebastian Seedorf
2020-11-24 00:20:56 +01:00
parent 93ed774609
commit f7d790818a
6 changed files with 28 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ services:
- "SESSION_SECRET=replace with random"
- "USERINFO_HEADER=X-Userinfo-Token"
- "AUTH_PROXY_URL=http://proxy:3000/oauth"
- "NO_PROXY=redis:6379"
- "NO_PROXY=redis:6379,proxy:3000"
depends_on:
- redis
networks:
@@ -29,19 +29,20 @@ services:
- app
- redis
environment:
- "PROXY_USERINFO_SECRET=3d513168-c92d-4f57-8c78-8fb2efad8a34"
- "PROXY_TARGET_URI=http://app:3000"
- "HOST=0.0.0.0"
- "COOKIE_SECRET=05e8cc4b-f95f-4a70-b4a1-b22ce295348d"
- "NODE_ENV=debug"
- "PORT=3000"
- "EXTERNAL_BASE_URL=http://localhost"
- "REDIS_URL=redis://redis:6379"
- "WELLKNOWN_CONFIG_URI=https://nodejs1-2.biotronik.int/auth/realms/CoE-BS/.well-known/openid-configuration"
- "CLIENT_ID=demo"
- "CLIENT_SECRET=fb49b346-c515-4680-adb1-beee0bd5b66e"
- "CLIENT_SCOPE=openid email profile roles groups"
- "NODE_ENV=debug"
- "EXT_REDIRECT_URI=http://localhost/oauth/redirect"
- "EXT_POST_LOGOUT_REDIRECT_URI=http://localhost"
- "EXT_POST_LOGIN_REDIRECT_URI=http://localhost"
- "PROXY_TARGET_URI=http://app:3000"
- "SSL_VERIFY=false"
- "EXT_RESOURCE_URI=http://localhost"
- "REDIS_URL=redis://redis:6379"
- "NO_PROXY=redis:6379"
- "NO_PROXY=redis:6379,app:3000"
networks:
- backend
- frontend