Created
January 21, 2017 09:17
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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