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}
|
||||
|
||||
Reference in New Issue
Block a user