File size: 188 Bytes
432aa19
 
 
 
 
 
 
 
 
 
 
 
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