MQL5-Google-Onedrive/app.yaml
google-labs-jules[bot] a7593c589a Add GCP deployment config and update Gemini model
- 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.
2026-01-20 10:49:31 +00:00

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"