Skip to content

Instantly share code, notes, and snippets.

@zedtux
Created January 21, 2017 09:17
Show Gist options
  • Save zedtux/05b9db7306a533b5e80f8e6141b46975 to your computer and use it in GitHub Desktop.
Save zedtux/05b9db7306a533b5e80f8e6141b46975 to your computer and use it in GitHub Desktop.
DockerCloud stack file to run the Docker coming-soon image (https://github.com/zedtux/docker-coming-soon)
lb:
image: 'dockercloud/haproxy:latest'
links:
- sento-io
ports:
- '80:80'
roles:
- global
sento-io:
environment:
- CATCHY_PHRASE=A full feature Kanban board and project management with clients in mind.
- 'GITHUB_URL=https://github.com/sento'
- PRODUCT_NAME=Sento
- TITLE=Sento
- 'TWITTER_URL=https://twitter.com/SentoIO'
- 'VIRTUAL_HOST=sento.io,www.sento.io'
image: 'zedtux/docker-coming-soon:latest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment