File size: 266 Bytes
367fee8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
entrypoint: gunicorn -b :$PORT main:app
env: flex

runtime: python
runtime_config: 
  python_version: "3.11"
  operating_system: "ubuntu22"

manual_scaling:
  instances: 1

resources:
  cpu: 2
  memory_gb: 4
  # disk_size_gb: 20

handlers:
- url: /.*
  script: auto