Skip to content

Instantly share code, notes, and snippets.

@pongstr
Forked from silverbux/coder-docker-compose.yml
Created November 11, 2015 01:22
Show Gist options
  • Save pongstr/2389f5e0a91c66459554 to your computer and use it in GitHub Desktop.
Save pongstr/2389f5e0a91c66459554 to your computer and use it in GitHub Desktop.
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