forked from h2non/imaginary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
23 lines (23 loc) · 670 Bytes
/
app.json
File metadata and controls
23 lines (23 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Imaginary",
"description": "Fast HTTP microservice for high-level image processing.",
"keywords": [
"image",
"processing",
"go",
"microservice",
"api",
"libvips",
"vips"
],
"repository": "https://github.com/h2non/imaginary",
"logo": "https://camo.githubusercontent.com/bcb3b2bd343c3c85aaf6094e51c6178bbe239a32/687474703a2f2f7331342e706f7374696d672e6f72672f3874683731613230312f696d6167696e6172795f776f726c642e6a7067",
"success_url": "/",
"image": "heroku/go",
"mount_dir": "src/github.com/h2non/imaginary",
"buildpacks": [
{
"url": "https://github.com/h2non/heroku-buildpack-imaginary.git"
}
]
}