mirror of
https://github.com/Qoyyuum/Forex-MT5-Bot.git
synced 2026-02-23 07:53:17 +00:00
11 lines
274 B
YAML
11 lines
274 B
YAML
|
|
version: '3.4'
|
||
|
|
|
||
|
|
services:
|
||
|
|
forexzmq:
|
||
|
|
image: forexzmq
|
||
|
|
build:
|
||
|
|
context: .
|
||
|
|
dockerfile: ./Dockerfile
|
||
|
|
command: ["sh", "-c", "pip install debugpy -t /tmp && python /tmp/debugpy --wait-for-client --listen 0.0.0.0:5678 app.py "]
|
||
|
|
ports:
|
||
|
|
- 5678:5678
|