Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 752 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 752 Bytes

Self hosted BundleMon platform

Running with Docker

docker run --rm -p 8080:8080 -e MONGO_URL="mongodb://localhost:27017" ghcr.io/lironer/bundlemon-platform:v1

Full Docker compose example here.

You can also run with env var SHOULD_SERVE_WEBSITE=false to disable serving the website.

Full details on all environment variables here.

MongoDB setup

Create your MongoDB, you can either create one in docker, your own machine or host on another service like MongoDB Atlas.

you can create a free MongoDB here (500 MB free).

Setup BundleMon CLI

Set env var BUNDLEMON_SERVICE_URL=https://your-bundlemon-service.domain/api in your CI/CD.