Browse Source

remove frigate

Blaine Story 2 days ago
parent
commit
c04ad98c11
1 changed files with 0 additions and 19 deletions
  1. 0 19
      plays/nas-services.yml

+ 0 - 19
plays/nas-services.yml

@@ -67,25 +67,6 @@
           - /run/dbus:/run/dbus:ro
         restart: unless-stopped
 
-      - name: frigate
-        active: true
-        image: ghcr.io/blakeblackshear/frigate:stable
-        privileged: true
-        shm_size: 20gb
-        devices:
-          - /dev/dri/renderD128:/dev/dri/renderD128
-        volumes:
-          - /etc/localtime:/etc/localtime:ro
-          - /opt/frigate/config:/config
-          - /mergerfs/public/Videos/frigate:/media/frigate
-        ports:
-          - 8971:8971
-          - 8554:8554 # RTSP feeds
-          - 8555:8555/tcp # WebRTC over tcp
-          - 8555:8555/udp # WebRTC over udp
-        environment:
-          - FRIGATE_RTSP_PASSWORD: sqordfish
-
       - name: kodi-db
         active: true
         image: mariadb