added nas/sabnzbd
This commit is contained in:
parent
fde2a3021b
commit
6cdc5c1194
33
nas/sabnzbd/docker-compose.yml
Normal file
33
nas/sabnzbd/docker-compose.yml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
---
|
||||||
|
services:
|
||||||
|
sabnzbd:
|
||||||
|
image: lscr.io/linuxserver/sabnzbd:latest
|
||||||
|
container_name: sabnzbd
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=America/New_York
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- sabnzbd_data:/config
|
||||||
|
- /volume1/downloads:/downloads
|
||||||
|
- /volume1/downloads/incomplete:/incomplete
|
||||||
|
|
||||||
|
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.services.sabnzbd.loadbalancer.server.port=8080"
|
||||||
|
- 'traefik.http.routers.sabnzbd.middlewares=authelia@docker'
|
||||||
|
|
||||||
|
networks:
|
||||||
|
- web
|
||||||
|
|
||||||
|
networks:
|
||||||
|
web:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
sabnzbd_data:
|
||||||
|
driver: local
|
||||||
|
name: sabnzbd_data
|
Loading…
x
Reference in New Issue
Block a user