Update Servers/Containerization/Docker/Compose/Frigate.md

This commit is contained in:
2025-04-20 23:54:03 -06:00
parent 4d4806fdc5
commit 98415003f8

View File

@ -1,6 +1,6 @@
**Purpose**: A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras. **Purpose**: A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras.
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: "3.9" version: "3.9"
services: services:
frigate: frigate:
@ -44,6 +44,6 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
FRIGATE_RTSP_PASSWORD=SomethingSecure101 FRIGATE_RTSP_PASSWORD=SomethingSecure101
``` ```