1
0
Fork 0

sabnzbd: add

This commit is contained in:
Lukáš Kucharczyk 2023-12-05 11:42:06 +01:00
parent 52608253b1
commit 8f3069776d
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 17 additions and 0 deletions

View File

@ -12,6 +12,7 @@ include:
- services/sonarr.yml
- services/postgres.yml
- services/nextcloud.yml
- services/sabnzbd.yml
services:

16
services/sabnzbd.yml Normal file
View File

@ -0,0 +1,16 @@
---
services:
sabnzbd:
image: linuxserver/sabnzbd:latest
container_name: sabnzbd
networks:
public:
ipv4_address: 192.168.240.41
volumes:
- "${DOCKER_STORAGE_PATH}/sabnzbd:/config"
- "${DOWNLOADS_PATH}/sabnzbd:/downloads"
- "${DOWNLOADS_PATH}/sabnzbd-incomplete:/incomplete-downloads"
- "${MEDIA_PATH}:/media"
profiles:
- base
restart: unless-stopped