-
Notifications
You must be signed in to change notification settings - Fork 33
/
render.yaml
55 lines (54 loc) · 1.3 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
services:
- type: web
name: OneBusAway API Server
runtime: image
image:
url: docker.io/opentransitsoftwarefoundation/onebusaway-api-webapp:2.5.13-otsf-v3.0.0
region: oregon
plan: standard
numInstances: 1
healthCheckPath: /api/where/current-time.json?key=org.onebusaway.iphone
autoDeploy: true
envVars:
- key: TZ
sync: false
- key: GTFS_URL
sync: false
- 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
fromDatabase:
name: oba-postgresql
property: user
- key: JDBC_PASSWORD
fromDatabase:
name: oba-postgresql
property: password
- key: JDBC_URL
fromDatabase:
name: oba-postgresql
property: connectionString
- key: JDBC_DRIVER
value: org.postgresql.Driver
- key: PORT
value: 8080
disk:
name: Bundle
mountPath: /bundle
sizeGB: 1
databases:
- name: oba-postgresql
databaseName: obadb
plan: basic-256mb