Skip to content

Instantly share code, notes, and snippets.

@OrangeTux
Created June 12, 2015 12:37
Show Gist options
  • Save OrangeTux/1b448c8c4b5ae2f0d6e7 to your computer and use it in GitHub Desktop.
Save OrangeTux/1b448c8c4b5ae2f0d6e7 to your computer and use it in GitHub Desktop.
# docker-compose.yml
app:
build: app/
webserver:
image: nginx
links:
- app:app
# dev.yml
app:
extends:
file: docker-compose.yml
service: app
volume:
- .:/project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment