Skip to content

Instantly share code, notes, and snippets.

@geluso
Created June 8, 2018 23:29
Show Gist options
  • Save geluso/9b9993461da384eef7fcb54768048b51 to your computer and use it in GitHub Desktop.
Save geluso/9b9993461da384eef7fcb54768048b51 to your computer and use it in GitHub Desktop.
version: "2"
services:
web:
build: .
volumes:
- .:/code
volumes:
- .:/app
ports:
- "3000:3000"
links:
- mongo
mongo:
image: mongo
ports:
- "27017:27017"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment