Immich Setup
Immich is a modern, self-hosted photo and video backup solution that provides features like:
- Automatic mobile uploads
- Face recognition
- Map browsing
- Fast in-browser video viewing
This chapter covers:
- Docker installation on Ubuntu
- Reverse proxy with NGINX/CloudPanel
- External storage config
- Face recognition backend
- Troubleshooting and logs
Introduction
Overview of Immich Self-hosted alternative to Google Photos Key features: face reco...
System Requirements
RAM: Minimum 2 GB (recommended: 4+ GB) Storage: SSD recommended for fast access CPU...
Immich Installation Using Docker Compose
Docker Compose Setup
## 📦 Docker Compose Installation for Immich This section explains how to install Immich using Do...
Create the Immich Directory
Create a project directory where you will store the config files: mkdir -p /opt/immich cd /opt/...
Create docker-compose.yml
 Create docker-compose.yml and post bellow text (make sure you removed quote from begging) # # ...
Create .env
 Create .env and post bellow text (make sure you removed quote from begging) # You can find docu...
Start the Stack
Once your docker-compose.yml is ready, run the following: docker-compose up -d To confirm eve...
Access the Immich Web UI
http://<your-server-ip>:2283/or you can setup reverse proxy for your ip Â