TL;DR: templates for heroku dh:generate <name>
You'll need Dockhero add-on and CLI plugin installed
heroku addons:create dockhero
heroku plugins:install dockhero
heroku dh:generate <name> # creates `dockhero-compose.yml`
Review the stack with your editor - it may contain placeholders.
heroku dh:compose up -d # deploys to Dockhero
heroku dh:open # opens the stack in the browser
heroku logs --tail -p dockhero # watch logs
See more commands in Dockhero docs
Generator | Description |
---|---|
caddy-proxy | Reverse proxy with HTTP/2 and QUIC support and automatic SSL via LetsEncrypt |
faye | Simple pub/sub messaging for the web |
helloworld | Sample static website |
rethinkdb | RethinkDB with basic auth for admin UI |
railgun | Use CloudFlare CDN with byte-level caching |