Self-hosted Google Photos
Immich is a high-performance, self-hosted photo and video management solution. It offers automatic backup from your phone, facial recognition, smart search, shared albums, and a timeline view — everything you love about Google Photos, but on your own hardware.
Automatic mobile photo backup
Facial recognition and clustering
Smart search with CLIP
Shared albums and link sharing
Timeline and map view
Hardware-accelerated ML processing
services:
immich:
image: ghcr.io/immich-app/immich-server:release
container_name: immich
ports:
- 2283:2283
volumes:
- ./upload:/usr/src/app/upload
environment:
DB_HOSTNAME: database
DB_USERNAME: postgres
DB_PASSWORD: postgres
DB_DATABASE_NAME: immich
restart: unless-stopped