Viseron

Self-hosted, local-only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "2.4"
 
services:
  viseron:
    image: roflcoopter/viseron:latest
    container_name: viseron
    volumes:
      - {recordings path}:/recordings
      - {config path}:/config
      - /etc/localtime:/etc/localtime:ro
    ports:
      - 8888:8888
    restart: always

Resources

Website: https://viseron.netlify.app/

GitHub: https://github.com/roflcoopter/viseron

Docker Hub: https://hub.docker.com/r/roflcoopter/viseron

Configuration: https://viseron.netlify.app/docs/documentation/installation