Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxinteger/docker-compose-hapi-mongo


https://github.com/maxinteger/docker-compose-hapi-mongo

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

#Docker Node and mongo composite

## Install
- Windows/OSX [Docker toolbox](https://www.docker.com/docker-toolbox)
- Linux [Docker](https://docs.docker.com/engine/installation/ubuntulinux/) | [Docker compose](https://docs.docker.com/compose/install/)

## Create VM (on windows or OSX)
- run `init-vm.sh`
- VM IP address: `docker-machine ls`

## Run
- Dev: `docker-compose -f dc-dev.yml up` `-d` for daemon mode
- Prod: `docker-compose -f dc-dev.yml up`

## Links
- [dockerizing-django + slides](https://github.com/pulilab/dockerizing-django)
- [vagrant-boot2docker](https://github.com/silinternational/vagrant-boot2docker)

#ToDo
- aws deploy via docker
- DB connection check