forked from Elliott/Forex-MT5-Bot
8 lines
117 B
YAML
8 lines
117 B
YAML
|
|
version: '3.4'
|
||
|
|
|
||
|
|
services:
|
||
|
|
forexzmq:
|
||
|
|
image: forexzmq
|
||
|
|
build:
|
||
|
|
context: .
|
||
|
|
dockerfile: ./Dockerfile
|