mirror of
				https://github.com/mr-vercetti/homeserver.git
				synced 2025-11-04 07:05:46 +01:00 
			
		
		
		
	Add bazarr
This commit is contained in:
		@@ -71,6 +71,23 @@ services:
 | 
			
		||||
      ports:
 | 
			
		||||
         - 9117:9117
 | 
			
		||||
      restart: unless-stopped
 | 
			
		||||
   
 | 
			
		||||
   bazarr:
 | 
			
		||||
      image: lscr.io/linuxserver/bazarr
 | 
			
		||||
      container_name: bazarr
 | 
			
		||||
      networks:
 | 
			
		||||
         - media
 | 
			
		||||
      environment:
 | 
			
		||||
         - PUID=${PUID}
 | 
			
		||||
         - PGID=${PGID}
 | 
			
		||||
         - TZ=${TIMEZONE}
 | 
			
		||||
      volumes:
 | 
			
		||||
         - ${APPS_DIR}/bazarr:/config
 | 
			
		||||
         - ${DATA_DIR}/media/movies:/movies
 | 
			
		||||
         - ${DATA_DIR}/media/tvshows:/tvshows
 | 
			
		||||
      ports:
 | 
			
		||||
         - 6767:6767
 | 
			
		||||
      restart: unless-stopped
 | 
			
		||||
 | 
			
		||||
   delugevpn:
 | 
			
		||||
      image: binhex/arch-delugevpn
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user