1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-29 08:22:11 +02:00
imgproxy/app.json
Sergey Alexandrovich d7cc247439
Deploy to Heroku with Docker (#50)
* Try out deploying Docker image to Heroku

* Add heroku.yml
2018-02-02 19:18:14 +06:00

21 lines
759 B
JSON

{
"name": "imgproxy",
"description": "Fast and secure standalone server for resizing and converting remote images.",
"keywords": ["image", "resize-images", "crop-image", "microservice", "docker", "jpeg", "png", "libvips"],
"repository": "https://github.com/DarthSim/imgproxy",
"stack": "container",
"env": {
"IMGPROXY_KEY": {
"description": "Hex-encoded secret key for signing URLs.",
"value": "c84285e0bec255fe163410fcedfe61e256f04a7f93ee25470c4ffd1fdc2aa964",
"required": true
},
"IMGPROXY_SALT": {
"description": "Hex-encoded secret salt for signing URLs.",
"value": "83237eac0f5bb1cfa98d54b00c7057820843b8f0ca390edc7f6b99138cb14937",
"required": true
}
},
"image": "darthsim/imgproxy"
}