forked from uCV-team/ucv-online
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
22 lines (22 loc) · 732 Bytes
/
Copy pathapp.json
File metadata and controls
22 lines (22 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Ucv",
"description": "uCV is the open source platform to help Jobseekers.",
"website": "https://publicv.org",
"repository": "https://github.com/uCV-team/ucv",
"logo": "https://publicv.org/packs/images/logo-5b27f2a1351953d8f820754ff58586a0.svg",
"buildpacks": [
{ "url": "heroku/ruby" },
{ "url": "https://github.com/Ottermad/heroku-buildpack-google-chrome" },
{ "url": "heroku/chromedriver" }
],
"environments": {
"test": {
"scripts": {
"test-setup": "bin/rails assets:precompile",
"test": "bin/fastcheck"
},
"env": { "POSTGRESQL_VERSION": "13", "REDIS_VERSION": "5" },
"addons": ["heroku-postgresql:in-dyno", "heroku-redis:in-dyno"]
}
}
}