mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
remove sabnzbd
This commit is contained in:
@@ -119,32 +119,3 @@ services:
|
||||
- 8002:8002/tcp
|
||||
command: tcp-listen:8002,fork,reuseaddr tcp-connect:pia:8888
|
||||
restart: unless-stopped
|
||||
sabnzbd:
|
||||
image: linuxserver/sabnzbd
|
||||
container_name: sabnzbd
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Australia/Melbourne
|
||||
volumes:
|
||||
- /mnt/configs/sabnzbd:/config
|
||||
- /mnt/downloads:/downloads
|
||||
# - path to incomplete downloads:/incomplete-downloads #optional
|
||||
#ports:
|
||||
#- 8003:8080
|
||||
# - 9090:9090
|
||||
restart: unless-stopped
|
||||
mem_limit: 1024m
|
||||
mem_reservation: 400m
|
||||
cpu_percent: 15
|
||||
network_mode: "service:pia"
|
||||
socat0-sabnzbd:
|
||||
image: alpine/socat
|
||||
container_name: sabnzbd-proxy
|
||||
depends_on:
|
||||
- pia
|
||||
- sabnzbd
|
||||
ports:
|
||||
- 8003:8003/tcp
|
||||
command: tcp-listen:8003,fork,reuseaddr tcp-connect:pia:8080
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user