mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Update Readme
This commit is contained in:
parent
e3449f9c8f
commit
360c1d9a15
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -5,7 +5,7 @@ dev-update:
|
|||
docker-compose -f ./docker/docker-compose.dev.yml up --build -V --remove-orphans
|
||||
|
||||
dev-scale:
|
||||
docker-compose -f ./docker/docker-compose.dev.yml up --build -V --scale immich_server=3 --remove-orphans
|
||||
docker-compose -f ./docker/docker-compose.dev.yml up --build -V --scale immich-server=3 --remove-orphans
|
||||
|
||||
stage:
|
||||
docker-compose -f ./docker/docker-compose.staging.yml up --build -V --remove-orphans
|
||||
|
|
@ -17,4 +17,4 @@ prod:
|
|||
docker-compose -f ./docker/docker-compose.yml up --build -V --remove-orphans
|
||||
|
||||
prod-scale:
|
||||
docker-compose -f ./docker/docker-compose.yml up --build -V --scale immich_server=3 --scale immich_microservices=3 --remove-orphans
|
||||
docker-compose -f ./docker/docker-compose.yml up --build -V --scale immich-server=5 --scale immich-microservices=3 --remove-orphans
|
||||
Loading…
Add table
Add a link
Reference in a new issue