13 lines
367 B
YAML
13 lines
367 B
YAML
version: '3'
|
|
services:
|
|
deployment_portal_frontend_service:
|
|
build: ./
|
|
image: deployment_portal_frontend_service
|
|
ports:
|
|
- 3000:8080
|
|
environment:
|
|
- ISSUER=https://navi-2020.okta.com
|
|
- REDIRECT_URI=http://localhost:3000/implicit/callback
|
|
- CLIENT_ID=0oaa0a9up1F7lQc5A4x6
|
|
- SCOPE=openid groups
|
|
- RESPONSE_TYPE=id_token |