Skip to content

Instantly share code, notes, and snippets.

@Jasperswaagman
Created October 14, 2015 09:12
Show Gist options
  • Save Jasperswaagman/1bd0f57475147eeded1f to your computer and use it in GitHub Desktop.
Save Jasperswaagman/1bd0f57475147eeded1f to your computer and use it in GitHub Desktop.
prod:
dockerfile: Dockerfile.production
image: alserda/demo_app
ports:
- "80:3000"
links:
- postgres
dev:
build: .
volumes:
- .:/app
ports:
- "80:3000"
links:
- postgres
postgres:
image: postgres:9.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment