Spaces:
Runtime error
Runtime error
File size: 498 Bytes
c1f04cf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | services:
- type: web
name: browserpilot
env: docker
region: oregon
plan: starter
dockerfilePath: ./Dockerfile
dockerContext: .
healthCheckPath: /
envVars:
- key: GOOGLE_API_KEY
sync: false
- key: DATABASE_URL
sync: false
- key: SCRAPER_PROXIES
sync: false
default: []
- key: PYTHONUNBUFFERED
sync: false
default: 1
disk:
name: outputs
mountPath: /app/outputs
sizeGB: 5
|