1
0
Fork 0

prowlarr: add

This commit is contained in:
Lukáš Kucharczyk 2023-12-05 12:24:24 +01:00
parent c311fa2798
commit b2117ccbf2
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 14 additions and 0 deletions

View File

@ -14,6 +14,7 @@ include:
- services/nextcloud.yml - services/nextcloud.yml
- services/sabnzbd.yml - services/sabnzbd.yml
- services/openldap.yml - services/openldap.yml
- services/prowlarr.yml
services: services:

13
services/prowlarr.yml Normal file
View File

@ -0,0 +1,13 @@
---
services:
prowlarr:
image: linuxserver/prowlarr:latest
container_name: prowlarr
networks:
public:
ipv4_address: 192.168.240.43
volumes:
- "${DOCKER_STORAGE_PATH}/prowlarr:/config"
profiles:
- base
restart: unless-stopped