forked from Elliott/Forex-MT5-Bot
12 lines
342 B
YAML
12 lines
342 B
YAML
version: "3.3"
|
|
services:
|
|
mt5:
|
|
image: solarkennedy/wine-x11-novnc-docker
|
|
ports:
|
|
- "8081:8080"
|
|
environment:
|
|
WINEPREFIX: "/root/prefix64"
|
|
WINEARCH: win64
|
|
volumes:
|
|
- "./XM Global MT5:/root/prefix64/drive_c/Program Files/XM Global MT5"
|
|
- "./supervisord.conf:/etc/supervisor/conf.d/supervisord.conf"
|