chore: wire launcher to engine internal network

This commit is contained in:
Codex 2026-05-23 14:11:17 +03:00
parent 3d205cd2b9
commit 5206552a7a
2 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,8 @@ LAUNCHER_BASE_URL=https://hub.nodedc.ru
TASK_BASE_URL=https://ops.nodedc.ru TASK_BASE_URL=https://ops.nodedc.ru
TASK_LOGOUT_URI=https://ops.nodedc.ru/logout TASK_LOGOUT_URI=https://ops.nodedc.ru/logout
TASK_INTERNAL_LOGOUT_URL=https://ops.nodedc.ru/api/internal/nodedc/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_ISSUER=https://id.nodedc.ru/application/o/launcher/
LAUNCHER_OIDC_CLIENT_ID=nodedc-launcher LAUNCHER_OIDC_CLIENT_ID=nodedc-launcher

View File

@ -25,6 +25,7 @@ services:
networks: networks:
- edge - edge
- identity - identity
- engine
launcher: launcher:
image: nodedc/launcher:local image: nodedc/launcher:local
@ -125,6 +126,9 @@ services:
networks: networks:
edge: edge:
engine:
external: true
name: ${NODEDC_ENGINE_DOCKER_NETWORK:-nodedc-demo_default}
identity: identity:
internal: true internal: true