Skip to content

Instantly share code, notes, and snippets.

View Estivales's full-sized avatar

Douglas Estivales Estivales

View GitHub Profile
@Estivales
Estivales / docker-compose-node-mongo.yml
Created May 4, 2018 18:40 — 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: