Manage your video surveillance with a self-hosted, local-only NVR and AI computer vision platform. Designed for privacy and performance, this solution keeps all video processing on your own network, removing the need for external cloud dependencies. Whether monitoring a home or a business, you can tailor the system to match your exact requirements.
Key advantages include:
services:
viseron:
image: roflcoopter/viseron:latest
container_name: viseron
restart: unless-stopped
shm_size: 2gb
ports:
- 8888:8888
volumes:
- ./config:/config
- ./recordings:/recordings
- /etc/localtime:/etc/localtime:ro
devices:
- /dev/dri:/dev/dri# No sensitive environment variables are required for the default configuration.
# Most settings, including secrets, are defined within the config/config.yaml file.Auto-fetched about 21 hours ago
Auto-fetched about 21 hours ago