{ "addons": [ "dokku-postgres", "dokku-redis" ], "buildpacks": [ { "url": "https://github.com/heroku/heroku-buildpack-nodejs" } ], "description": "Used in dokku's test suite", "env": { "SECRET_TOKEN": { "description": "A secret key for verifying the integrity of signed cookies.", "value": "secret" }, "WEB_CONCURRENCY": { "description": "The number of processes to run.", "generator": "echo 5" } }, "healthchecks": { "web": [ { "attempts": 2, "content": "Hello World!", "name": "check-1", "path": "/", "timeout": 5, "type": "startup", "wait": 2 } ] }, "image": "gliderlabs/herokuish:latest-24", "keywords": [ "nodejs", "express", "testing" ], "logo": "https://raw.githubusercontent.com/dokku/dokku/master/docs/assets/dokku.png", "name": "Sample node.js express app", "repository": "https://github.com/dokku/dokku", "scripts": { "dokku": { "postdeploy": "mkdir -p /app \u0026\u0026 touch /app/postdeploy.test", "predeploy": "mkdir -p /app \u0026\u0026 touch /app/predeploy.test" } }, "website": "https://dokku.com/docs/" }