attempt immich upgrade to v133.0; add matter server compose file

This commit is contained in:
2025-07-16 15:58:40 -04:00
parent bfd1a088e2
commit de5f569730
3 changed files with 15 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
services:
matter-server:
container_name: matter-server
image: ghcr.io/home-assistant-libs/python-matter-server:stable
restart: unless-stopped
security_opt:
- apparmor=unconfined
volumes:
- ./data:/data
- /run/dbus:/run/dbus:ro
network_mode: host