mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
454 B
454 B
IMMICH - Server
A self-hosted solution for mobile backup and viewing images/videos.
Requesquisite
There is a tensorflow module running in the server so some package will be needed when building the Node's modules
$ apt-get install make cmake gcc g++
Docker
To run application using docker compose
docker-compose up
To force rebuild node module after installing new packages
docker-compose up --build -V