mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	* feat(nginx): use non-root container for immich-proxy Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com> * re-add test env * feat(nginx): add correct port for staging * add the new port to the default docker-compose.yml Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
		
			
				
	
	
		
			23 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Database
 | 
						|
DB_HOSTNAME=immich-database-test
 | 
						|
DB_USERNAME=postgres
 | 
						|
DB_PASSWORD=postgres
 | 
						|
DB_DATABASE_NAME=e2e_test
 | 
						|
 | 
						|
# Redis
 | 
						|
REDIS_HOSTNAME=immich_redis_test
 | 
						|
 | 
						|
# Upload File Config
 | 
						|
UPLOAD_LOCATION=./upload
 | 
						|
 | 
						|
# JWT SECRET
 | 
						|
JWT_SECRET=randomstringthatissolongandpowerfulthatnoonecanguess
 | 
						|
 | 
						|
# MAPBOX
 | 
						|
## ENABLE_MAPBOX is either true of false -> if true, you have to provide MAPBOX_KEY
 | 
						|
ENABLE_MAPBOX=false
 | 
						|
 | 
						|
# WEB
 | 
						|
MAPBOX_KEY=
 | 
						|
VITE_SERVER_ENDPOINT=http://localhost:2283/api
 |