forked from Elliott/Forex-MT5-Bot
18 lines
306 B
YAML
18 lines
306 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
forexbot:
|
|
image: forexbot
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
|
|
mt5:
|
|
image: solarkennedy/win-x11-novnc-docker
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- "installer:/root/prefix64/drive_c/Program Files/MetaTrader"
|
|
|
|
volumes:
|
|
installer: {}
|