mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 16:49:15 +00:00
19 lines
282 B
YAML
19 lines
282 B
YAML
|
|
runtime: custom
|
||
|
|
env: flex
|
||
|
|
|
||
|
|
# Service name (optional, defaults to default)
|
||
|
|
service: default
|
||
|
|
|
||
|
|
# Hardware resources
|
||
|
|
resources:
|
||
|
|
cpu: 1
|
||
|
|
memory_gb: 2
|
||
|
|
disk_size_gb: 10
|
||
|
|
|
||
|
|
# Scaling settings
|
||
|
|
manual_scaling:
|
||
|
|
instances: 1
|
||
|
|
|
||
|
|
# Environment variables
|
||
|
|
env_variables:
|
||
|
|
PYTHONUNBUFFERED: "1"
|