https://github.com/monder/countly-docker
Countly docker image with external mongodb support
https://github.com/monder/countly-docker
Last synced: 2 months ago
JSON representation
Countly docker image with external mongodb support
- Host: GitHub
- URL: https://github.com/monder/countly-docker
- Owner: monder
- Created: 2015-12-30T11:05:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T14:49:53.000Z (almost 9 years ago)
- Last Synced: 2025-02-13T15:18:11.370Z (4 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# countly-docker
Countly docker image with external mongodb support
Example:
```
docker run \
-d \
-e MONGO_URL=mongodb://db1.mongo.local,db2.mongo.local/countly?replicaSet=replicaName \
monder/countly-docker
```