mirror of
https://github.com/immich-app/immich
synced 2025-06-07 05:22:30 +00:00
IMMICH
Self-hosted Photo backup solution directly from your mobile phone.
Development
You can use docker compose for development, there are several services that compose Immich
- The server
- PostgreSQL
- Redis
Populate .env file
Navigate to server
directory and run
cp .env.example .env
Then populate the value in there.
To start, run
docker-compose up ./server
To force rebuild node modules after installing new packages
docker-compose up --build -V ./server
Description
Languages
TypeScript
46.6%
Dart
29.7%
Svelte
19.1%
Python
2%
Swift
0.5%
Other
1.8%