fix: connect tasker backend to ai workspace network
This commit is contained in:
@@ -162,6 +162,9 @@ services:
|
||||
- plane-db
|
||||
- plane-redis
|
||||
- plane-mq
|
||||
networks:
|
||||
- default
|
||||
- nodedc-engine
|
||||
|
||||
worker:
|
||||
image: nodedc/plane-backend:local
|
||||
@@ -182,6 +185,9 @@ services:
|
||||
- plane-db
|
||||
- plane-redis
|
||||
- plane-mq
|
||||
networks:
|
||||
- default
|
||||
- nodedc-engine
|
||||
|
||||
beat-worker:
|
||||
image: nodedc/plane-backend:local
|
||||
@@ -202,6 +208,9 @@ services:
|
||||
- plane-db
|
||||
- plane-redis
|
||||
- plane-mq
|
||||
networks:
|
||||
- default
|
||||
- nodedc-engine
|
||||
|
||||
migrator:
|
||||
image: nodedc/plane-backend:local
|
||||
@@ -220,6 +229,9 @@ services:
|
||||
depends_on:
|
||||
- plane-db
|
||||
- plane-redis
|
||||
networks:
|
||||
- default
|
||||
- nodedc-engine
|
||||
|
||||
# Comment this if you already have a database running
|
||||
plane-db:
|
||||
@@ -307,3 +319,9 @@ volumes:
|
||||
rabbitmq_data:
|
||||
proxy_config:
|
||||
proxy_data:
|
||||
|
||||
networks:
|
||||
default:
|
||||
nodedc-engine:
|
||||
external: true
|
||||
name: ${NODEDC_ENGINE_DOCKER_NETWORK:-nodedc-demo_default}
|
||||
|
||||
+2
-1
@@ -120,6 +120,7 @@ PLANE_NODEDC_WORKSPACE_POLICY_TIMEOUT_SECONDS=3
|
||||
PLANE_NODEDC_AGENT_GATEWAY_URL=http://host.docker.internal:4100
|
||||
PLANE_NODEDC_AGENT_GATEWAY_TOKEN=local-dev-codex-agent-gateway-token-change-me
|
||||
PLANE_NODEDC_AGENT_GATEWAY_TIMEOUT_SECONDS=5
|
||||
PLANE_NODEDC_AI_WORKSPACE_ASSISTANT_URL=http://host.docker.internal:18082
|
||||
NODEDC_ENGINE_DOCKER_NETWORK=nodedc-platform_default
|
||||
PLANE_NODEDC_AI_WORKSPACE_ASSISTANT_URL=http://ai-workspace-assistant:18082
|
||||
PLANE_NODEDC_AI_WORKSPACE_ASSISTANT_TOKEN=dev-ai-workspace-assistant-token
|
||||
PLANE_NODEDC_AI_WORKSPACE_ASSISTANT_TIMEOUT_SECONDS=8
|
||||
|
||||
@@ -90,6 +90,7 @@ PULL_POLICY=if_not_present
|
||||
CUSTOM_BUILD=false
|
||||
|
||||
# NODE.DC AI Workspace Assistant
|
||||
PLANE_NODEDC_AI_WORKSPACE_ASSISTANT_URL=
|
||||
NODEDC_ENGINE_DOCKER_NETWORK=nodedc-platform_default
|
||||
PLANE_NODEDC_AI_WORKSPACE_ASSISTANT_URL=http://ai-workspace-assistant:18082
|
||||
PLANE_NODEDC_AI_WORKSPACE_ASSISTANT_TOKEN=
|
||||
PLANE_NODEDC_AI_WORKSPACE_ASSISTANT_TIMEOUT_SECONDS=8
|
||||
|
||||
@@ -97,6 +97,7 @@ PLANE_NODEDC_WORKSPACE_POLICY_TIMEOUT_SECONDS=3
|
||||
PLANE_NODEDC_AGENT_GATEWAY_URL=https://codex-api.staging.nodedc.example
|
||||
PLANE_NODEDC_AGENT_GATEWAY_TOKEN=replace-with-codex-agent-gateway-internal-token
|
||||
PLANE_NODEDC_AGENT_GATEWAY_TIMEOUT_SECONDS=5
|
||||
NODEDC_ENGINE_DOCKER_NETWORK=nodedc-demo_default
|
||||
PLANE_NODEDC_AI_WORKSPACE_ASSISTANT_URL=http://ai-workspace-assistant:18082
|
||||
PLANE_NODEDC_AI_WORKSPACE_ASSISTANT_TOKEN=replace-with-ai-workspace-assistant-token
|
||||
PLANE_NODEDC_AI_WORKSPACE_ASSISTANT_TIMEOUT_SECONDS=8
|
||||
|
||||
Reference in New Issue
Block a user