From 4b762a4df684fe240c292a356bbe01dc2f997d90 Mon Sep 17 00:00:00 2001 From: admin_jk Date: Tue, 17 Feb 2026 07:07:44 -0700 Subject: [PATCH] move frigate to its own config and remove from gitignore --- lxc2/homeassistant/frigate.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 lxc2/homeassistant/frigate.yml diff --git a/lxc2/homeassistant/frigate.yml b/lxc2/homeassistant/frigate.yml deleted file mode 100755 index 982930d..0000000 --- a/lxc2/homeassistant/frigate.yml +++ /dev/null @@ -1,26 +0,0 @@ -services: - frigate: - image: ghcr.io/blakeblackshear/frigate:stable - container_name: frigate - restart: unless-stopped - privileged: true - shm_size: 512m - volumes: - - /etc/localtime:/etc/localtime:ro - - /docker/homeassistant/frigate:/config - - /mnt/local_configs/frigate/cache:/tmp/cache - - /pool/securitycameras:/media - ports: - - "5000:5000" - - "1935:1935" - runtime: nvidia - environment: - - NVIDIA_VISIBLE_DEVICES=all - - NVIDIA_DRIVER_CAPABILITIES=all - - FRIGATE_SQLITE_PATH=/config/frigate.db - - FRIGATE_SQLITE_JOURNAL_MODE=DELETE - - PUID=1000 - - PGID=1000 - cpus: "2.0" - mem_limit: "6144m" - mem_reservation: "2048m"