-
-
Save pongstr/2389f5e0a91c66459554 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
web: | |
build: ./coder/ | |
expose: | |
- "5000" | |
links: | |
- "db:redis" | |
- "mongodb" | |
command: nodemon -L app/server/server.js | |
nginx: | |
build: ./nginx/ | |
db: | |
image: redis | |
mongodb: | |
build: ./mongodb/ | |
ports: | |
- "27017:27017" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment