Created
June 8, 2018 23:29
-
-
Save geluso/9b9993461da384eef7fcb54768048b51 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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