fix: connect tasker backend to ai workspace network

This commit is contained in:
DCCONSTRUCTIONS
2026-06-09 15:48:11 +03:00
parent fcd014e26d
commit 8b1e356494
5 changed files with 36 additions and 2 deletions
+18
View File
@@ -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}