No description
| compose-samples | v0.13.2 | |
| configs | improve docs | |
| .gitignore | update start.sh | |
| README.md | v0.13.1 | |
OS-NVR docker
This repository contains instructions for how to run OS-NVR as a Docker container.
These commands should give you a working setup, including object detection.
Start by installing Docker Compose.
Clone this repository.
git clone https://codeberg.org/Curid/os-nvr_docker.git
cd ./os-nvr_docker
Copy docker compose file.
cp ./compose-samples/default.yml ./docker-compose.yml
Copy config samples
cp ./configs/samples/* ./configs
Start the containers.
sudo docker compose up --abort-on-container-exit
First start will fail. Enable the authentication addon and start it again.
sudo nano ./configs/env.yaml
before:
#- nvr/addons/auth/none
after:
- nvr/addons/auth/none
Timezone can be changed in docker-compose.yml