mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	* Fixed problem with docker-compose not updating new files in the multi-stage build. * Update readme with a new screenshot
		
			
				
	
	
		
			15 lines
		
	
	
		
			325 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			325 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Database
 | 
						|
DB_USERNAME=postgres
 | 
						|
DB_PASSWORD=postgres
 | 
						|
DB_DATABASE_NAME=
 | 
						|
 | 
						|
# Upload File Config
 | 
						|
UPLOAD_LOCATION=absolute_location_on_your_machine_where_you_want_to_store_the_backup
 | 
						|
 | 
						|
# JWT SECRET
 | 
						|
JWT_SECRET=
 | 
						|
 | 
						|
# MAPBOX
 | 
						|
## ENABLE_MAPBOX is either true of false -> if true, you have to provide MAPBOX_KEY
 | 
						|
ENABLE_MAPBOX= 
 | 
						|
MAPBOX_KEY= |