merge
This commit is contained in:
		
							
								
								
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1 +1,7 @@
 | 
			
		||||
Revolt/data
 | 
			
		||||
FileBrowser/database.db
 | 
			
		||||
Jellyfin/cache/
 | 
			
		||||
Jellyfin/config/
 | 
			
		||||
Pacoloco/cache/
 | 
			
		||||
qBittorrent/config/
 | 
			
		||||
qBittorrent/qbit-config/
 | 
			
		||||
 
 | 
			
		||||
@@ -9,10 +9,8 @@ services:
 | 
			
		||||
    ports:
 | 
			
		||||
      - 8080:80
 | 
			
		||||
    volumes:
 | 
			
		||||
      # Probably put this somewhere else. (Such as on RAID)
 | 
			
		||||
      - ./documents/:/srv
 | 
			
		||||
      - ../../documents/:/srv/
 | 
			
		||||
      - ./database.db:/database.db
 | 
			
		||||
    security_opt:
 | 
			
		||||
      - no-new-privileges:true 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -9,16 +9,16 @@ services:
 | 
			
		||||
  volumes:
 | 
			
		||||
    - ./config:/config
 | 
			
		||||
    - ./cache:/cache
 | 
			
		||||
    # If FileBrowser can see this you can manage your media easier
 | 
			
		||||
    - ./media:/media
 | 
			
		||||
    - ../../documents/media:/media
 | 
			
		||||
  network_mode: 'host'
 | 
			
		||||
  ports:
 | 
			
		||||
    - 8096:9096
 | 
			
		||||
  # Requires packages:
 | 
			
		||||
  # nvidia-contianer-toolkit
 | 
			
		||||
  # docker > 19.03
 | 
			
		||||
  runtime: nvidia
 | 
			
		||||
  deploy:
 | 
			
		||||
    resources:
 | 
			
		||||
      reservations:
 | 
			
		||||
        devices:
 | 
			
		||||
          - capabilities: [gpu]
 | 
			
		||||
  # runtime: nvidia
 | 
			
		||||
  # deploy:
 | 
			
		||||
  #   resources:
 | 
			
		||||
  #     reservations:
 | 
			
		||||
  #       devices:
 | 
			
		||||
  #         - capabilities: [gpu]
 | 
			
		||||
  
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user