diff --git a/conf/config.yaml b/conf/config.yaml index 5f75024..1a13df4 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -97,7 +97,7 @@ cameras: enabled: true ffmpeg: inputs: - - path: 'rtsp://{FRIGATE_BACK_DOOR_RTSP_USERNAME}:{FRIGATE_BACK_DOOR_RTSP_PASSWORD}@192.168.0.202:554/live' + - path: 'rtsp://wyze-bridge:8554/back-yard-cam' roles: - detect - record diff --git a/conf/docker-compose.yaml b/conf/docker-compose.yaml index d1c1c7e..6653281 100644 --- a/conf/docker-compose.yaml +++ b/conf/docker-compose.yaml @@ -9,6 +9,7 @@ services: restart: unless-stopped depends_on: - mqtt + - wyze-bridge healthcheck: test: ls /media/frigate && curl -s -f http://localhost:5000 -o /dev/null interval: 60s @@ -50,6 +51,22 @@ services: - frigate ports: - 127.0.0.1:10000:5000 + wyze-bridge: + container_name: frigate-wyze-bridge + image: mrlt8/wyze-bridge:2.4.0 + restart: unless-stopped + environment: + NET_MODE: LAN + FILTER_NAMES: Back Yard Cam + WYZE_EMAIL: ${WYZE_EMAIL} + WYZE_PASSWORD: ${WYZE_PASSWORD} + volumes: + - type: bind + source: /etc/localtime + target: /etc/localtime + read_only: true + networks: + - frigate notify: container_name: frigate-notify image: frigate-notify:latest