Updated app.json to use container stack
parent
482c93b09a
commit
a678c2e89d
11
app.json
11
app.json
|
@ -4,14 +4,5 @@
|
||||||
"repository": "https://github.com/benbusby/shoogle",
|
"repository": "https://github.com/benbusby/shoogle",
|
||||||
"logo": "https://raw.githubusercontent.com/benbusby/shoogle/master/app/static/img/favicon/ms-icon-150x150.png",
|
"logo": "https://raw.githubusercontent.com/benbusby/shoogle/master/app/static/img/favicon/ms-icon-150x150.png",
|
||||||
"keywords": ["search", "metasearch", "flask", "docker", "heroku", "adblock", "degoogle", "privacy"],
|
"keywords": ["search", "metasearch", "flask", "docker", "heroku", "adblock", "degoogle", "privacy"],
|
||||||
"image": "heroku/python",
|
"stack": "container"
|
||||||
"scripts": {
|
|
||||||
"postdeploy": "./run &"
|
|
||||||
},
|
|
||||||
"formation": {
|
|
||||||
"web": {
|
|
||||||
"quantity": 1,
|
|
||||||
"size": "free"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue