MQL5-Google-Onedrive/render.yaml

16 lines
334 B
YAML
Raw Permalink Normal View History

services:
- type: web
name: mql5-automation
env: docker
dockerfilePath: ./Dockerfile.cloud
dockerContext: .
envVars:
- key: PYTHONUNBUFFERED
value: "1"
- key: TZ
value: UTC
- key: ENV
value: production
healthCheckPath: /health
autoDeploy: true
plan: starter