mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 12:50:57 +00:00
13 lines
350 B
YAML
13 lines
350 B
YAML
|
|
services:
|
||
|
|
- type: web
|
||
|
|
name: mql5-automation
|
||
|
|
env: python
|
||
|
|
buildCommand: pip install -r requirements.txt || echo "No requirements"
|
||
|
|
startCommand: python scripts/startup_orchestrator.py --monitor 0
|
||
|
|
envVars:
|
||
|
|
- key: PYTHONUNBUFFERED
|
||
|
|
value: 1
|
||
|
|
- key: TZ
|
||
|
|
value: UTC
|
||
|
|
healthCheckPath: /
|
||
|
|
autoDeploy: true
|