Compare commits
	
		
			2 Commits
		
	
	
		
			93474cc92c
			...
			d1295f4dff
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						d1295f4dff
	
				 | 
					
					
						|||
| 
						
						
							
						
						a0b5980fa5
	
				 | 
					
					
						
							
								
								
									
										2
									
								
								.env
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								.env
									
									
									
									
									
								
							@ -107,3 +107,5 @@ BAZARR_EXTERNAL_PORT=6767
 | 
			
		||||
BAZARR_INTERNAL_PORT=6767
 | 
			
		||||
GLUETUN_JAPAN_INTERNAL_PORT=8888
 | 
			
		||||
GLUETUN_JAPAN_EXTERNAL_PORT=8888
 | 
			
		||||
HANDBRAKER_SERVER_INTERNAL_PORT=9997
 | 
			
		||||
HANDBRAKER_SERVER_EXTERNAL_PORT=9999
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@ ND_LASTFM_APIKEY=29e22ee836a0cb51cfaacb72d605e30d
 | 
			
		||||
ND_LASTFM_SECRET=10aa58294eeffa142685e78a0cd78ad6
 | 
			
		||||
ND_SPOTIFY_ID=9d6a1b14a4134df5b4447fa46c4bf275
 | 
			
		||||
ND_SPOTIFY_SECRET=27aed3e91dc34d7593d99ad4febea939
 | 
			
		||||
ND_DEVACTIVITYPANEL=false
 | 
			
		||||
ND_DEVACTIVITYPANEL=true
 | 
			
		||||
ND_SEARCHFULLSTRING=true
 | 
			
		||||
ND_ENABLESHARING=true
 | 
			
		||||
ND_LOGLEVEL=error
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										14
									
								
								services/handbrake-server.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								services/handbrake-server.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,14 @@
 | 
			
		||||
--
 | 
			
		||||
services:
 | 
			
		||||
  handbrake-server:
 | 
			
		||||
    image: ghcr.io/thenickoftime/handbrake-web-server:latest
 | 
			
		||||
    container_name: handbrake-web-server
 | 
			
		||||
    user: 1000:100 # edit to run as user (uuid:guid) with permissions to access your media. 0:0 to run as root (not recommended).
 | 
			
		||||
    networks:
 | 
			
		||||
        public:
 | 
			
		||||
          ipv4_address: 192.168.240.50
 | 
			
		||||
    ports:
 | 
			
		||||
      - "${HANDBRAKER_SERVER_EXTERNAL_PORT}:${HANDBRAKER_SERVER_INTERNAL_PORT}"
 | 
			
		||||
    volumes:
 | 
			
		||||
      - "${DOCKER_STORAGE_PATH}/data:/data"
 | 
			
		||||
      - "${STORAGE_PATH}:/video"
 | 
			
		||||
		Reference in New Issue
	
	Block a user