https://github.com/codebam/mongodb-dockercompose
https://github.com/codebam/mongodb-dockercompose
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebam/mongodb-dockercompose
- Owner: codebam
- License: gpl-3.0
- Created: 2018-10-29T08:26:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T08:27:18.000Z (over 7 years ago)
- Last Synced: 2025-01-15T13:58:20.036Z (about 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
This is a docker-compose container that can be used to rollout a database that
can be connected to from your your local machine.
To run `docker-compose up`
To run commands on the database edit `main.py` or `main.js`, install the
appropriate libraries, and then run either file.
- you need to install pymongo for python to use the python file
- you need to install mongodb with npm to use the node.js