Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxinteger/docker-compose-hapi-mongo
https://github.com/maxinteger/docker-compose-hapi-mongo
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxinteger/docker-compose-hapi-mongo
- Owner: maxinteger
- Created: 2016-01-07T21:56:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T10:30:09.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T22:46:20.961Z (2 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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