feat: introducing immich! #717

Merged
Hane merged 3 commits from feat/immich into main 2026-07-07 15:03:35 +00:00
Showing only changes of commit 7035f8575e - Show all commits

feat: added immich v3.0.1

Hane 2026-07-07 16:57:25 +02:00

View file

@ -5,7 +5,7 @@ name: immich
services: services:
immich-server: immich-server:
container_name: immich_server container_name: immich_server
image: ghcr.io/immich-app/immich-server:v2.7.5 image: ghcr.io/immich-app/immich-server:v3.0.1
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${IMMICH_UPLOAD_LOCATION:-/mnt/nas1/shared/immich}:/data - ${IMMICH_UPLOAD_LOCATION:-/mnt/nas1/shared/immich}:/data
@ -26,7 +26,7 @@ services:
immich-machine-learning: immich-machine-learning:
container_name: immich_machine_learning container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:v2.7.5 image: ghcr.io/immich-app/immich-machine-learning:v3.0.1
ports: ports:
- "3003:3003" - "3003:3003"
volumes: volumes: