mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix(deployment) suppress warning of empty environment varialbe (#1168)
This commit is contained in:
		| @@ -30,12 +30,6 @@ REDIS_HOSTNAME=immich_redis | ||||
|  | ||||
| UPLOAD_LOCATION=absolute_location_on_your_machine_where_you_want_to_store_the_backup | ||||
|  | ||||
| ################################################################################### | ||||
| # Log message level - [simple|verbose] | ||||
| ################################################################################### | ||||
|  | ||||
| LOG_LEVEL=simple | ||||
|  | ||||
| ################################################################################### | ||||
| # JWT SECRET | ||||
| # | ||||
| @@ -79,6 +73,6 @@ PUBLIC_LOGIN_PAGE_MESSAGE= | ||||
| # Note: immich-microservices is bound to 3002, but no references are made | ||||
| #################################################################################### | ||||
|  | ||||
| # IMMICH_WEB_URL=http://immich-web:3000 | ||||
| # IMMICH_SERVER_URL=http://immich-server:3001 | ||||
| # IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003 | ||||
| IMMICH_WEB_URL=http://immich-web:3000 | ||||
| IMMICH_SERVER_URL=http://immich-server:3001 | ||||
| IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user