Forked from bluecherrydvr/bluecherry-docker
1.9K
Docker build scripts for Bluecherry NVR (https://www.bluecherrydvr.com)
Based off the initial work by rayzorben (https://github.com/rayzorben/bluecherry-docker)
This installs the latest beta of Bluecherry server using a Ubuntu 18.04 docker image.
git clone https://github.com/bluecherrydvr/bluecherry-docker.env. It is recommended to change atleast MYSQL_ADMIN_PASSWORD for a production environmentdocker-compose up -d mysql (Follow this step by step guide if you do not have docker-compose - https://docs.docker.com/compose/install/)docker-compose builddocker-compose up -d bluecherryIf your host environment supports VAAPI (https://wiki.libav.org/Hardware/vaapi) AND you have /dev/dri you can enable GPU transcoding in docker-compose.yml by uncommenting this section:
#devices:
# - /dev/dri:/dev/dri
You should be able to access the bluecherry server interface on https://localhost:7001
Bluecherry server documentation can be found at https://bluecherry-apps.readthedocs.io/en/latest/setup-configuration.html
Content type
Image
Digest
Size
84.7 MB
Last updated
almost 6 years ago
docker pull cosme/bluecherry-docker