Spaces:
Runtime error
Runtime error
File size: 188 Bytes
638aac3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
services:
- type: web
name: bingo
env: docker
autoDeploy: true
healthCheckPath: /api/healthz
plan: free
envVars:
- key: BING_HEADER
value:
- key: PORT
value: 10000
|