Skip to content

dockhero/generators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockhero example stack generators

TL;DR: templates for heroku dh:generate <name>

Prerequisites

You'll need Dockhero add-on and CLI plugin installed

heroku addons:create dockhero
heroku plugins:install dockhero

Usage

heroku dh:generate <name>  # creates `dockhero-compose.yml`

Review the stack with your editor - it may contain placeholders.

Running the stack

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

Available templates

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

About

Example stack templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published