Skip to content

Instantly share code, notes, and snippets.

View ledzep9012's full-sized avatar
:octocat:
Focusing

ledzep9012

:octocat:
Focusing
  • Bangalore
View GitHub Profile
@ledzep9012
ledzep9012 / docker-compose-node-mongo.yml
Created October 31, 2017 08:14 — 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: