From 294ded06215542cb4049f5797521078dd7551838 Mon Sep 17 00:00:00 2001 From: admin_jk Date: Wed, 18 Feb 2026 14:52:14 -0700 Subject: [PATCH] update frigate and add krusader --- lxc2/frigate/frigate.yml | 4 +--- lxc3/krusader.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 lxc3/krusader.yml diff --git a/lxc2/frigate/frigate.yml b/lxc2/frigate/frigate.yml index 97c55a9..c2ea66a 100755 --- a/lxc2/frigate/frigate.yml +++ b/lxc2/frigate/frigate.yml @@ -17,9 +17,7 @@ services: - /docker/homeassistant/frigate:/config - /mnt/local_configs/frigate/cache:/tmp/cache - /pool/securitycameras:/media - ports: - - "5000:5000" - - "1935:1935" + network_mode: host runtime: nvidia environment: - NVIDIA_VISIBLE_DEVICES=all diff --git a/lxc3/krusader.yml b/lxc3/krusader.yml new file mode 100644 index 0000000..4629640 --- /dev/null +++ b/lxc3/krusader.yml @@ -0,0 +1,15 @@ +# docker-compose.yml +services: + krusader: + image: binhex/arch-krusader + container_name: krusader + environment: + - PUID=1000 + - PGID=1000 + - UMASK=000 + ports: + - 6080:6080 # Web UI port + volumes: + - /mnt:/srv + - ./config:/config + restart: unless-stopped