mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 07:10:57 +00:00
- Create `app.yaml` for Google App Engine Flexible environment. - Update `scripts/deploy_cloud.py` to support `gcp` argument with specific instructions for project `infra-outrider-snqdt`. - Update `mt5/MQL5/Experts/SMC_TrendBreakout_MTF_EA.mq5` default `GeminiModel` to `gemini-1.5-pro` and update comments.
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"
|