mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
* Render when a new asset is uploaded from WebSocket notification * Update Readme
This commit is contained in:
parent
7cc7fc0a0c
commit
c234c95880
23 changed files with 11037 additions and 69 deletions
5
Makefile
5
Makefile
|
|
@ -2,4 +2,7 @@ dev:
|
|||
docker-compose -f ./server/docker-compose.yml up
|
||||
|
||||
dev-update:
|
||||
docker-compose -f ./server/docker-compose.yml up --build -V
|
||||
docker-compose -f ./server/docker-compose.yml up --build -V
|
||||
|
||||
dev-scale:
|
||||
docker-compose -f ./server/docker-compose.yml up --build -V --scale immich_server=3 --remove-orphans
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue