Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lilkidsuave authored Jun 1, 2024
1 parent b092bf0 commit f520aaa
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions servapps/NZBHydra2/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
cosmos-installer:
form:
- name: configPath
label: What is the path to your config? (required path)
initialValue: "{DefaultDataPath}/NZBHydra2/config"
type: text
- name: downloadPath
label: What is the path to your downloads? (required path)
initialValue: "{DefaultDataPath}/NZBHydra2/downloads"
type: text
services:
"{ServiceName}":
image: lscr.io/linuxserver/nzbhydra2:latest
container_name: "{ServiceName}"
environment:
- PUID=1000
- PGID=1000
- TZ=Auto
labels:
cosmos-force-network-secured: "true"
cosmos-auto-update: "true"
cosmos-icon: https://lilkidsuave.github.io/cosmos-servapps-unofficial/servapps/NZBHydra2/icon.png
volumes:
- source: "{Context.configPath}"
target: /config
type: bind
- source: "{Context.downloadPath}"
target: /downloads
type: bind
restart: unless-stopped
routes:
- name: "{ServiceName}"
description: Expose {ServiceName} to the web
useHost: true
target: http://{ServiceName}:5076
mode: SERVAPP
Timeout: 14400000
ThrottlePerMinute: 12000
BlockCommonBots: true
SmartShield:
Enabled: true

0 comments on commit f520aaa

Please sign in to comment.