This commit is contained in:
MarkLo 2025-12-19 03:43:07 +08:00
parent d0d0f7a803
commit 2ebc1fbc7f
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
version: "3.8"
services:
backend:
build:
@ -15,7 +13,7 @@ services:
- TRADINGAGENTS_DATA_CACHE_DIR=/app/results/data_cache
volumes:
- ./results:/app/results
- ./tradingagents:/app/tradingagents:ro
- ./tradingagents:/app/tradingagents
networks:
- tradingagents-network
restart: unless-stopped