mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	Update Readme
This commit is contained in:
		
							parent
							
								
									e3449f9c8f
								
							
						
					
					
						commit
						360c1d9a15
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@ -5,7 +5,7 @@ dev-update:
 | 
				
			|||||||
	docker-compose -f ./docker/docker-compose.dev.yml up --build -V --remove-orphans
 | 
						docker-compose -f ./docker/docker-compose.dev.yml up --build -V --remove-orphans
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dev-scale:
 | 
					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:
 | 
					stage:
 | 
				
			||||||
	docker-compose -f ./docker/docker-compose.staging.yml up --build -V --remove-orphans
 | 
						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
 | 
						docker-compose -f ./docker/docker-compose.yml up --build -V --remove-orphans
 | 
				
			||||||
 | 
					
 | 
				
			||||||
prod-scale:
 | 
					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
 | 
				
			||||||
@ -259,5 +259,5 @@ You need to change the CPU type from `kvm64` to `host` under VMs hardware tab.
 | 
				
			|||||||
`Hardware > Processors > Edit > Advanced > Type (dropdown menu) > host`
 | 
					`Hardware > Processors > Edit > Advanced > Type (dropdown menu) > host`
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
Otherwise you can:
 | 
					Otherwise you can:
 | 
				
			||||||
- edit `docker-compose.yml` file and comment the whole `immich_microservices` service **which will disable machine learning features like object detection and image classification**
 | 
					- edit `docker-compose.yml` file and comment the whole `immich-machine-learning` service **which will disable machine learning features like object detection and image classification**
 | 
				
			||||||
- switch to a different VM/desktop with different architecture.
 | 
					- switch to a different VM/desktop with different architecture.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user