update frigate and add krusader
Some checks failed
PVE2 Infrastructure Deploy / terraform (push) Has been cancelled

This commit is contained in:
admin_jk 2026-02-18 14:52:14 -07:00
parent a7f1fcaf2e
commit 294ded0621
2 changed files with 16 additions and 3 deletions

View file

@ -17,9 +17,7 @@ services:
- /docker/homeassistant/frigate:/config - /docker/homeassistant/frigate:/config
- /mnt/local_configs/frigate/cache:/tmp/cache - /mnt/local_configs/frigate/cache:/tmp/cache
- /pool/securitycameras:/media - /pool/securitycameras:/media
ports: network_mode: host
- "5000:5000"
- "1935:1935"
runtime: nvidia runtime: nvidia
environment: environment:
- NVIDIA_VISIBLE_DEVICES=all - NVIDIA_VISIBLE_DEVICES=all

15
lxc3/krusader.yml Normal file
View file

@ -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