Skip to content

Instantly share code, notes, and snippets.

View germancutraro's full-sized avatar
🖤

Ger Cutraro germancutraro

🖤
View GitHub Profile
@ops-gaurav
ops-gaurav / docker-compose.yml
Created January 30, 2018 13:13
DockerCompose Nodejs, Express, MongoDB, Nginx, Staging/Production
# This is the production variant of
# docker deployment
version: '3'
services:
#built by master branch
<container-name>:
image: index.docker.io/<account>/<repo>:master
container_name: '<app-name>'
ports:
- 8000:3000