This commit is contained in:
2025-10-11 19:05:42 +08:00
commit 6fc10484d2
11 changed files with 2359 additions and 0 deletions

13
docker-compose-trade.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
freqtrade_trade:
image: freqtradeorg/freqtrade:stable
container_name: freqtrade_trade
restart: unless-stopped
volumes:
- "./user_data:/freqtrade/user_data"
ports:
- "8099:8077"
command: >
trade
--config ./user_data/config.json
--strategy MACDStrategy