1
0
Fork
You've already forked os-nvr_docker
0
No description
Find a file
2024年08月06日 16:17:05 +00:00
compose-samples v0.13.2 2023年11月02日 20:18:34 +00:00
configs improve docs 2022年08月07日 18:13:42 +00:00
.gitignore update start.sh 2021年09月08日 19:45:13 +02:00
README.md v0.13.1 2023年09月03日 16:55:59 +00:00

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

Before continuing


Timezone can be changed in docker-compose.yml