Skip to content

Commit

Permalink
Update docker-compose to include local supported_coin_list file and a…
Browse files Browse the repository at this point in the history
…pprise notifications configuration file
  • Loading branch information
lixifumi authored and edeng23 committed May 12, 2021
1 parent b437b8d commit c4d8a81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ services:
working_dir: /app
volumes:
- ./user.cfg:/app/user.cfg
- ./supported_coin_list:/app/supported_coin_list
- ./data:/app/data
- ./logs:/app/logs
- ./config:/app/config
command: python -m binance_trade_bot
environment:
- PYTHONUNBUFFERED=1
Expand Down

0 comments on commit c4d8a81

Please sign in to comment.