fix(workflow): fix activation and branch control issues in streaming output
This commit is contained in:
@@ -15,6 +15,7 @@ services:
|
||||
networks:
|
||||
- default
|
||||
- celery
|
||||
- sandbox
|
||||
depends_on:
|
||||
- worker-memory
|
||||
- worker-document
|
||||
@@ -63,5 +64,16 @@ services:
|
||||
depends_on:
|
||||
- worker-memory
|
||||
|
||||
sandbox:
|
||||
image: redbear_sandbox:latest
|
||||
container_name: sandbox
|
||||
ports:
|
||||
- "8194"
|
||||
command: /code/.venv/bin/python main.py
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- sandbox
|
||||
|
||||
networks:
|
||||
celery:
|
||||
sandbox:
|
||||
|
||||
Reference in New Issue
Block a user