Updated packages and Dockerfile

This commit is contained in:
Sebastian Seedorf
2020-11-19 23:13:18 +01:00
parent 5c31dc285a
commit cfb23f309a
9 changed files with 168 additions and 181 deletions

View File

@@ -15,19 +15,20 @@ services:
depends_on:
- redis
environment:
- "PROXY_USERINFO_SECRET=3d513168-c92d-4f57-8c78-8fb2efad8a34"
- "PROXY_TARGET_URI=http://host.docker.internal:3000"
- "HOST=0.0.0.0"
- "COOKIE_SECRET=05e8cc4b-f95f-4a70-b4a1-b22ce295348d"
- "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"
- "SSL_VERIFY=false"
- "EXT_RESOURCE_URI=http://localhost/base"
- "REDIS_URL=redis://redis:6379"
- "NO_PROXY=redis:6379"
- 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
- 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://localhost:3000
- SSL_VERIFY=false
- BASE_PATH=/base
ports:
- 3001:3000
networks: