Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3"
- services:
- binhex-radarr:
- command:
- - /bin/bash /usr/local/bin/init.sh
- container_name: binhex-radarr
- entrypoint:
- - /usr/bin/tini
- - -g
- - --
- environment:
- - PUID=99
- - PGID=100
- -
- - HOST_OS=Unraid
- -
- - HOST_CONTAINERNAME=binhex-radarr
- - UMASK=000
- - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- - HOME=/home/nobody
- - TERM=xterm
- - LANG=en_GB.UTF-8
- hostname: b8bec90fab6b
- image: binhex/arch-radarr
- ipc: private
- labels:
- net.unraid.docker.icon: https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/radarr-icon.png
- net.unraid.docker.managed: dockerman
- net.unraid.docker.webui: http://[IP]:[PORT:7878]/
- logging:
- driver: json-file
- options:
- max-file: 1
- max-size: 50m
- networks:
- - proxynet
- ports:
- - 7878:7878/tcp
- volumes:
- - /mnt/user/appdata/binhex-radarr:/config:rw
- - /mnt/user/data/:/data:rw
- binhex-sonarr:
- command:
- - /bin/bash /usr/local/bin/init.sh
- container_name: binhex-sonarr
- entrypoint:
- - /usr/bin/tini
- - -g
- - --
- environment:
- - HOST_HOSTNAME=Tower
- - HOST_CONTAINERNAME=binhex-sonarr
- - UMASK=000
- - PUID=99
- - PGID=100
- - TZ=America/New_York
- - HOST_OS=Unraid
- - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- - HOME=/home/nobody
- - TERM=xterm
- - LANG=en_GB.UTF-8
- hostname: e5180479d7d1
- image: binhex/arch-sonarr
- ipc: private
- labels:
- net.unraid.docker.icon: https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/sonarr-icon.png
- net.unraid.docker.managed: dockerman
- net.unraid.docker.webui: http://[IP]:[PORT:8989]/
- org.opencontainers.image.authors: = binhex
- org.opencontainers.image.source: '= https://github.com/binhex/arch-sonarr'
- logging:
- driver: json-file
- options:
- max-file: 1
- max-size: 50m
- networks:
- - proxynet
- ports:
- - 8989:8989/tcp
- - 9897:9897/tcp
- volumes:
- - /mnt/user/data/:/data:rw
- - /mnt/user/appdata/binhex-sonarr:/config:rw
- sabnzbd:
- container_name: sabnzbd
- entrypoint:
- - /init
- environment:
- - PUID=99
- - PGID=100
- - TZ=America/New_York
- - HOST_OS=Unraid
- - HOST_HOSTNAME=Tower
- - HOST_CONTAINERNAME=sabnzbd
- - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- - HOME=/config
- - LANGUAGE=en_US.UTF-8
- - LANG=en_US.UTF-8
- - TERM=xterm
- - PYTHONIOENCODING=utf-8
- hostname: d364d227f7d6
- image: linuxserver/sabnzbd
- ipc: private
- labels:
- build_version: 'Linuxserver.io version:- 3.4.2-ls51 Build-date:- 2022-01-13T18:09:46+01:00'
- maintainer: thelamer
- net.unraid.docker.icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sabnzbd-icon.png
- net.unraid.docker.managed: dockerman
- net.unraid.docker.webui: http://[IP]:[PORT:8080]/
- org.opencontainers.image.authors: linuxserver.io
- org.opencontainers.image.created: 2022-01-13T18:09:46+01:00
- org.opencontainers.image.description: "[Sabnzbd](http://sabnzbd.org/) makes\
- \ Usenet as simple and streamlined as possible by automating everything we\
- \ can. All you have to do is add an .nzb. SABnzbd takes over from there, where\
- \ it will be automatically downloaded, verified, repaired, extracted and filed\
- \ away with zero human interaction."
- org.opencontainers.image.documentation: https://docs.linuxserver.io/images/docker-sabnzbd
- org.opencontainers.image.licenses: GPL-3.0-only
- org.opencontainers.image.ref.name: b733f568a225fece21d67091e0f688c14b271ef6
- org.opencontainers.image.revision: b733f568a225fece21d67091e0f688c14b271ef6
- org.opencontainers.image.source: https://github.com/linuxserver/docker-sabnzbd
- org.opencontainers.image.title: Sabnzbd
- org.opencontainers.image.url: https://github.com/linuxserver/docker-sabnzbd/packages
- org.opencontainers.image.vendor: linuxserver.io
- org.opencontainers.image.version: 3.4.2-ls51
- logging:
- driver: json-file
- options:
- max-file: 1
- max-size: 50m
- networks:
- - proxynet
- ports:
- - 8081:8080/tcp
- - 9090:9090/tcp
- volumes:
- - /mnt/user/data/usenet/:/data/usenet:rw
- - /mnt/user/data/usenet/Incomplete/:/incomplete-downloads:rw
- - /mnt/user/appdata/sabnzbd:/config:rw
- networks:
- proxynet:
- external: true
Advertisement
Add Comment
Please, Sign In to add comment