You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
orquestrador/app.yaml

14 lines
252 B
YAML

runtime: python311
entrypoint: uvicorn app.main:app --host 0.0.0.0 --port 8080
env: standard
instance_class: F2
automatic_scaling:
min_instances: 1
max_instances: 10
env_variables:
GOOGLE_LOCATION: "us-central1"
USE_MOCKAROO_WRITES: "false"