fix(workflow): fix activation and branch control issues in streaming output

This commit is contained in:
Eternity
2026-01-27 17:23:53 +08:00
parent ed8c1c7c19
commit 2eff8d1962
6 changed files with 458 additions and 695 deletions

View File

@@ -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: