Skip to content

Instantly share code, notes, and snippets.

@surajssd
Created May 23, 2016 06:04
Show Gist options
  • Save surajssd/fa71a79215e0e3dfa53ff4e0d3fed1ad to your computer and use it in GitHub Desktop.
Save surajssd/fa71a79215e0e3dfa53ff4e0d3fed1ad to your computer and use it in GitHub Desktop.
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