1
0
mirror of https://github.com/immich-app/immich.git synced 2026-05-21 21:48:14 +02:00
Files
immich/Makefile
T

9 lines
292 B
Makefile

dev:
docker-compose -f ./docker/docker-compose.dev.yml up --remove-orphans
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