Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dqbd/cctv

NVR server for home surveillance
https://github.com/dqbd/cctv

Last synced: 24 days ago
JSON representation

NVR server for home surveillance

Awesome Lists containing this project

README

        

# CCTV

## Deployment

### Generate `docker-compose.yml` file

```
jsonnet config/live.jsonnet -Sm .
```

### Remote `docker compose` deployment

```
docker context use [context name]
docker-compose pull
docker-compose down
docker-compose up -d
```