-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
render.yaml
55 lines (52 loc) · 1.1 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: cron
name: harambot-reports
runtime: image
image:
url: docker.io/dmcp89/harambot:latest
plan: starter
envVars:
- key: DISCORD_TOKEN
sync: false
- key: YAHOO_KEY
sync: false
- key: YAHOO_SECRET
sync: false
- key: DATABASE_URL
fromDatabase:
name: harambot-database
property: connectionString
- key: HARAMBOT_KEY
sync: false
region: oregon
schedule: '*/5 * * * *'
dockerCommand: harambot_reports
- type: web
name: harambot-service
runtime: image
image:
url: docker.io/dmcp89/harambot:latest
plan: starter
envVars:
- key: DISCORD_TOKEN
sync: false
- key: YAHOO_KEY
sync: false
- key: YAHOO_SECRET
sync: false
- key: DATABASE_URL
fromDatabase:
name: harambot-database
property: connectionString
- key: HARAMBOT_KEY
sync: false
- key: RUN_MIGRATIONS
sync: false
- key: VERSION
value: "0.4.4-Beta"
databases:
- name: harambot-database
databaseName: harambot
user: harambot
plan: starter
version: "1"