forked from OneBusAway/onebusaway-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
render.yaml
36 lines (36 loc) · 903 Bytes
/
render.yaml
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
26
27
28
29
30
31
32
33
34
35
36
services:
- type: web
name: OneBusAway API Server
runtime: image
image:
url: docker.io/opentransitsoftwarefoundation/onebusaway-api-webapp:2.4.18-cs-v1.0.0
region: oregon
plan: standard
numInstances: 1
healthCheckPath: /onebusaway-api-webapp/api/where/current-time.json?key=org.onebusaway.iphone
autoDeploy: false
envVars:
- key: VEHICLE_POSITIONS_URL
sync: false
- key: TRIP_UPDATES_URL
sync: false
- key: ALERTS_URL
sync: false
- key: FEED_API_KEY
sync: false
- key: FEED_API_VALUE
sync: false
- key: REFRESH_INTERVAL
value: 30
- key: AGENCY_ID
sync: false
- key: JDBC_USER
sync: false
- key: JDBC_PASSWORD
sync: false
- key: JDBC_URL
sync: false
disk:
name: Bundle
mountPath: /bundle
sizeGB: 1