9 Commits
dev ... master

2 changed files with 12 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ DB_DATA_LOCATION=/mnt/storage/appdata/immich/postgres
TZ=America/New_York
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v2.2.3
IMMICH_VERSION=v2.3.1
# Connection secret for postgres. You should change it to a random password
DB_PASSWORD=postgres

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