1
1
Çatalla 0
şunun yansıması https://github.com/Qoyyuum/Forex-MT5-Bot.git eşitlenme: 2026-02-22 23:53:15 +00:00
Forex-MT5-Bot/docker-compose.yml
2021-09-25 11:43:06 +08:00

18 satır
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: {}