소스 검색

remove frigate

Blaine Story 2 일 전
부모
커밋
c04ad98c11
1개의 변경된 파일0개의 추가작업 그리고 19개의 파일을 삭제
  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