feat(immich): update immich version from 2.6.3 to 2.7.4

- IMMICH_HELMET_FILE environment can set CSP from v2.7.0
This commit is contained in:
2026-04-12 10:43:42 +09:00
parent f062f6862f
commit 41d509a49d
2 changed files with 5 additions and 1 deletions

View File

@@ -177,7 +177,7 @@ version:
vaultwarden: "1.35.4"
gitea: "1.25.5"
redis: "8.6.1"
immich: "v2.6.3"
immich: "v2.7.4"
actualbudget: "26.3.0"
paperless: "2.20.13"
vikunja: "2.2.2"

View File

@@ -25,6 +25,10 @@ Volume=%h/containers/immich/ssl:/etc/ssl/immich:ro
# Environment
Environment="TZ=Asia/Seoul"
# The new environment from version 2.7.0 to enable CSP
Environment="IMMICH_HELMET_FILE=true"
# Redis
Environment="REDIS_HOSTNAME=host.containers.internal"
Environment="REDIS_PORT={{ services['immich']['ports']['redis'] }}"
Environment="REDIS_DBINDEX=0"