add prowlarr
This commit is contained in:
parent
c884372007
commit
752a58e70a
2 changed files with 23 additions and 0 deletions
2
quadlets/prowlarr/config.volume
Normal file
2
quadlets/prowlarr/config.volume
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Volume]
|
||||
VolumeName=prowlarr-config
|
21
quadlets/prowlarr/prowlarr.container
Normal file
21
quadlets/prowlarr/prowlarr.container
Normal file
|
@ -0,0 +1,21 @@
|
|||
[Unit]
|
||||
Description=Manage indexers
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
TimeoutStartSec=900
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
[Container]
|
||||
Image=ghcr.io/hotio/prowlarr
|
||||
ContainerName=prowlarr
|
||||
HostName=prowlarr
|
||||
|
||||
Volume=prowlarr-config:/config
|
||||
Volume=/volumes/video:/data
|
||||
|
||||
PublishPort=9696
|
||||
|
Loading…
Add table
Reference in a new issue