changes made to bot execution of mt5

This commit is contained in:
Mike
2023-07-15 22:15:34 +02:00
parent 0d0c94ae99
commit 52851c97e8
4 changed files with 283 additions and 291 deletions
+6 -1
View File
@@ -12,6 +12,10 @@ services:
- "15558:15558"
volumes:
- ejtraderMT:/data
environment:
- DISPLAY=host.docker.internal:0
- MT5_PASSWORD=your_password
- MT5_SERVER=your_server
trading_bot:
container_name: trading_bot
@@ -28,7 +32,8 @@ services:
build:
context: .
dockerfile: docker/DockerFile.mt5_bridge
volumes: -./bridge:/bridge
volumes:
- ./bridge:/bridge
depends_on:
- metatrader_service
- trading_bot