Immich
Photo management and backup via Docker.
Configuration
Configuration is in the agap_git repository:
- Compose file:
immich-app/docker-compose.yml
- Environment:
.env (Immich settings, database, storage paths)
Repository: https://github.com/alvis/agap_git
Access
Storage
| Path |
Contents |
/mnt/media/upload |
Original uploaded photos |
/mnt/ssd/media/thumbs |
Thumbnail cache |
/mnt/ssd/media/encoded-video |
Transcoded video cache |
/mnt/ssd/media/postgres |
PostgreSQL database |
/mnt/backups/media |
Backup: DB dumps + photo originals (see Backups) |
Stack
- Immich server
- Immich machine learning (CPU or GPU)
- PostgreSQL 14 (with vector extensions)
- Valkey (Redis alternative)
Commands
For more details, see immich-app/restore_example.sh.