Skip to content

Instantly share code, notes, and snippets.

@mustafasevim
Last active September 6, 2016 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustafasevim/59cb9750376fa7250e76039ed06a5ac7 to your computer and use it in GitHub Desktop.
Save mustafasevim/59cb9750376fa7250e76039ed06a5ac7 to your computer and use it in GitHub Desktop.
db:
image: "mysql:latest"
environment:
- MYSQL_ROOT_PASSWORD=12345
redis:
image: "redis:latest"
web:
build: .
ports:
- "80:80"
links:
- db
- redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment