Compare commits
	
		
			6 Commits
		
	
	
		
			22c44a9705
			...
			feature/ov
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 47f389100a | |||
| 8e5f616596 | |||
| f0b8725935 | |||
| 819cf39acc | |||
| e24e45a947 | |||
| c4c06d2337 | 
| @@ -52,6 +52,23 @@ in | |||||||
|       extraOptions = [ "--network=web" ]; |       extraOptions = [ "--network=web" ]; | ||||||
|       autoStart = true; |       autoStart = true; | ||||||
|     }; |     }; | ||||||
|  |     overseerr = { | ||||||
|  |       image = "lscr.io/linuxserver/overseerr"; | ||||||
|  |       environment = { | ||||||
|  |         PUID = "600"; | ||||||
|  |         PGID = "100"; | ||||||
|  |         TZ = "America/New_York"; | ||||||
|  |       }; | ||||||
|  |       volumes = [ "${vars.media_docker_configs}/overseerr:/config" ]; | ||||||
|  |       # TODO: remove ports later since this is going through web | ||||||
|  |       ports = [ "5055:5055" ]; # Web UI port | ||||||
|  |       dependsOn = [ | ||||||
|  |         "radarr" | ||||||
|  |         "sonarr" | ||||||
|  |       ]; | ||||||
|  |       extraOptions = [ "--network=web" ]; | ||||||
|  |       autoStart = true; | ||||||
|  |     }; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
|   sops = { |   sops = { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user