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