şunun yansıması
https://github.com/Qoyyuum/Forex-MT5-Bot.git
eşitlenme: 2026-02-22 23:53:15 +00:00
18 satır
306 B
YAML
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: {}
|