chore: wire launcher to engine internal network
This commit is contained in:
parent
3d205cd2b9
commit
5206552a7a
|
|
@ -25,6 +25,8 @@ LAUNCHER_BASE_URL=https://hub.nodedc.ru
|
|||
TASK_BASE_URL=https://ops.nodedc.ru
|
||||
TASK_LOGOUT_URI=https://ops.nodedc.ru/logout
|
||||
TASK_INTERNAL_LOGOUT_URL=https://ops.nodedc.ru/api/internal/nodedc/logout/
|
||||
NODEDC_ENGINE_DOCKER_NETWORK=nodedc-demo_default
|
||||
NODEDC_ENGINE_INTERNAL_URL=http://nodedc-demo-app-1
|
||||
|
||||
LAUNCHER_OIDC_ISSUER=https://id.nodedc.ru/application/o/launcher/
|
||||
LAUNCHER_OIDC_CLIENT_ID=nodedc-launcher
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ services:
|
|||
networks:
|
||||
- edge
|
||||
- identity
|
||||
- engine
|
||||
|
||||
launcher:
|
||||
image: nodedc/launcher:local
|
||||
|
|
@ -125,6 +126,9 @@ services:
|
|||
|
||||
networks:
|
||||
edge:
|
||||
engine:
|
||||
external: true
|
||||
name: ${NODEDC_ENGINE_DOCKER_NETWORK:-nodedc-demo_default}
|
||||
identity:
|
||||
internal: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue