Created
May 23, 2016 06:04
-
-
Save surajssd/fa71a79215e0e3dfa53ff4e0d3fed1ad to your computer and use it in GitHub Desktop.
This file contains hidden or 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
version: "2" | |
services: | |
postgres: | |
image: postgres:9.4 | |
ports: ["5432"] | |
redis: | |
image: redis:alpine | |
ports: ["6379"] | |
resultapp: | |
image: surajd/resultapp | |
ports: | |
- "5001:80" | |
votingapp: | |
image: surajd/votingapp | |
ports: | |
- "5000:80" | |
worker: | |
image: surajd/worker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment