Docker build scripts for bluecherry NVR.
Currently this docker image is building the source off from a forked version in order to add support for MYSQL running in a different container. To build this, perform the following:
- clone this repository with
git clone https://github.com/rayzorben/bluecherry-docker.git
- modify
.env
and specify the variable values. The only one that is of concern to change isMYSQL_ADMIN_PASSWORD
- Start mysql image with
docker-compose up -d mysql
- Build the bluecherry image with
docker-compose build
- Start bluecherry with
docker-compose up -d bluecherry
You should be able to access the bluecherry server interface on https://localhost:7001