forked from openbullet/OpenBullet2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
28 lines (28 loc) · 759 Bytes
/
app.json
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
{
"name": "OpenBullet2",
"description": "OpenBullet2",
"repository": "https://github.com/openbullet/OpenBullet2",
"stack": "container",
"env": {
"WATCHTOWER_CLEANUP": {
"description": "Don't Change It If You Not Know What To Do",
"value" : "true",
"required": true
},
"WATCHTOWER_LABEL_ENABLE" : {
"description": "Don't Change It If You Not Know What To Do",
"value" : "true",
"required" : true
},
"WATCHTOWER_INCLUDE_RESTARTING" : {
"description": "Don't Change It If You Not Know What To Do",
"value" : "true",
"required" : true
}
},
"buildpacks": [
{
"url": "https://github.com/dockhero/heroku-buildpack-docker-compose.git"
}
]
}