mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
613b4449a75c787c654dce19fe37a986a02483ea
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
44.2%
Dart
32%
Svelte
18.9%
Python
2.1%
Swift
0.7%
Other
2%