fix: use ~/.tradingagents/ for cache and logs, resolving Docker permission issue (#519)

This commit is contained in:
Yijia-Xiao
2026-04-13 05:26:04 +00:00
parent 10c136f49c
commit 59d6b2152d
3 changed files with 9 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ services:
env_file:
- .env
volumes:
- ./results:/home/appuser/app/results
- tradingagents_data:/home/appuser/.tradingagents
tty: true
stdin_open: true
@@ -22,7 +22,7 @@ services:
environment:
- LLM_PROVIDER=ollama
volumes:
- ./results:/home/appuser/app/results
- tradingagents_data:/home/appuser/.tradingagents
depends_on:
- ollama
tty: true
@@ -31,4 +31,5 @@ services:
- ollama
volumes:
tradingagents_data:
ollama_data: