Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yutiansut/qamongodbdocker
quantaxis_mongodb_docker
https://github.com/yutiansut/qamongodbdocker
quantaxis
Last synced: about 1 month ago
JSON representation
quantaxis_mongodb_docker
- Host: GitHub
- URL: https://github.com/yutiansut/qamongodbdocker
- Owner: yutiansut
- License: mit
- Created: 2019-08-02T12:54:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T03:57:15.000Z (over 4 years ago)
- Last Synced: 2023-03-04T09:41:09.084Z (over 1 year ago)
- Topics: quantaxis
- Language: Shell
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QAMongoDBDocker
quantaxis_mongodb_docker
1. mongodb docker
单例模式, 适用于个人用户及测试环境
私有云镜像地址 daocloud.io/quantaxis/qamongo_single
2. mongodb cluster
副本集模式, 适用于高可用生产环境
```
cd cluster
docker-compose -f docker-compose.1.yml -f docker-compose.2.yml -f docker-compose.cnf.yml -f docker-compose.shard.yml up
```