This commit is contained in:
parent
d0d0f7a803
commit
2ebc1fbc7f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue