1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-21 18:16:55 +02:00
Self-hosted photo and video backup solution directly from your mobile phone.
Go to file
2022-02-03 15:27:31 -06:00
mobile Added successfully built docker-compose and cockerFile 2022-02-03 14:42:27 -06:00
server Add readme for top level folder, clean up dead code 2022-02-03 15:27:31 -06:00
LICENSE Initial commit 2022-02-03 09:56:28 -06:00
README.md Add readme for top level folder, clean up dead code 2022-02-03 15:27:31 -06: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

  1. The server
  2. PostgreSQL
  3. 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