Skip to content

Instantly share code, notes, and snippets.

View wuxinglec's full-sized avatar
💭
happy

John wuxinglec

💭
happy
View GitHub Profile
@wuxinglec
wuxinglec / docker-compose-node-mongo.yml
Created December 15, 2017 12:29 — forked from wesleybliss/docker-compose-node-mongo.yml
Docker Compose with example App & Mongo
version: '2'
services:
myapp:
build: .
container_name: "myapp"
image: debian/latest
environment:
- NODE_ENV=development
- FOO=bar
volumes: