mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	fix(server): microservices port (#1460)
This commit is contained in:
		
							parent
							
								
									414893a687
								
							
						
					
					
						commit
						a09030fd6d
					
				@ -12,7 +12,7 @@ async function bootstrap() {
 | 
				
			|||||||
    logger: getLogLevels(),
 | 
					    logger: getLogLevels(),
 | 
				
			||||||
  });
 | 
					  });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  const listeningPort = Number(process.env.MACHINE_LEARNING_PORT) || 3002;
 | 
					  const listeningPort = Number(process.env.MICROSERVICES_PORT) || 3002;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  const redisIoAdapter = new RedisIoAdapter(app);
 | 
					  const redisIoAdapter = new RedisIoAdapter(app);
 | 
				
			||||||
  await redisIoAdapter.connectToRedis();
 | 
					  await redisIoAdapter.connectToRedis();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user