AlwaysCarryATowel

Requested Compose

Jan 16th, 2022
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. version: "3"
  2. services:
  3. binhex-radarr:
  4. command:
  5. - /bin/bash /usr/local/bin/init.sh
  6. container_name: binhex-radarr
  7. entrypoint:
  8. - /usr/bin/tini
  9. - -g
  10. - --
  11. environment:
  12. - PUID=99
  13. - PGID=100
  14. -
  15. - HOST_OS=Unraid
  16. -
  17. - HOST_CONTAINERNAME=binhex-radarr
  18. - UMASK=000
  19. - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  20. - HOME=/home/nobody
  21. - TERM=xterm
  22. - LANG=en_GB.UTF-8
  23. hostname: b8bec90fab6b
  24. image: binhex/arch-radarr
  25. ipc: private
  26. labels:
  27. net.unraid.docker.icon: https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/radarr-icon.png
  28. net.unraid.docker.managed: dockerman
  29. net.unraid.docker.webui: http://[IP]:[PORT:7878]/
  30. logging:
  31. driver: json-file
  32. options:
  33. max-file: 1
  34. max-size: 50m
  35. networks:
  36. - proxynet
  37. ports:
  38. - 7878:7878/tcp
  39. volumes:
  40. - /mnt/user/appdata/binhex-radarr:/config:rw
  41. - /mnt/user/data/:/data:rw
  42. binhex-sonarr:
  43. command:
  44. - /bin/bash /usr/local/bin/init.sh
  45. container_name: binhex-sonarr
  46. entrypoint:
  47. - /usr/bin/tini
  48. - -g
  49. - --
  50. environment:
  51. - HOST_HOSTNAME=Tower
  52. - HOST_CONTAINERNAME=binhex-sonarr
  53. - UMASK=000
  54. - PUID=99
  55. - PGID=100
  56. - TZ=America/New_York
  57. - HOST_OS=Unraid
  58. - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  59. - HOME=/home/nobody
  60. - TERM=xterm
  61. - LANG=en_GB.UTF-8
  62. hostname: e5180479d7d1
  63. image: binhex/arch-sonarr
  64. ipc: private
  65. labels:
  66. net.unraid.docker.icon: https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/sonarr-icon.png
  67. net.unraid.docker.managed: dockerman
  68. net.unraid.docker.webui: http://[IP]:[PORT:8989]/
  69. org.opencontainers.image.authors: = binhex
  70. org.opencontainers.image.source: '= https://github.com/binhex/arch-sonarr'
  71. logging:
  72. driver: json-file
  73. options:
  74. max-file: 1
  75. max-size: 50m
  76. networks:
  77. - proxynet
  78. ports:
  79. - 8989:8989/tcp
  80. - 9897:9897/tcp
  81. volumes:
  82. - /mnt/user/data/:/data:rw
  83. - /mnt/user/appdata/binhex-sonarr:/config:rw
  84. sabnzbd:
  85. container_name: sabnzbd
  86. entrypoint:
  87. - /init
  88. environment:
  89. - PUID=99
  90. - PGID=100
  91. - TZ=America/New_York
  92. - HOST_OS=Unraid
  93. - HOST_HOSTNAME=Tower
  94. - HOST_CONTAINERNAME=sabnzbd
  95. - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  96. - HOME=/config
  97. - LANGUAGE=en_US.UTF-8
  98. - LANG=en_US.UTF-8
  99. - TERM=xterm
  100. - PYTHONIOENCODING=utf-8
  101. hostname: d364d227f7d6
  102. image: linuxserver/sabnzbd
  103. ipc: private
  104. labels:
  105. build_version: 'Linuxserver.io version:- 3.4.2-ls51 Build-date:- 2022-01-13T18:09:46+01:00'
  106. maintainer: thelamer
  107. net.unraid.docker.icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sabnzbd-icon.png
  108. net.unraid.docker.managed: dockerman
  109. net.unraid.docker.webui: http://[IP]:[PORT:8080]/
  110. org.opencontainers.image.authors: linuxserver.io
  111. org.opencontainers.image.created: 2022-01-13T18:09:46+01:00
  112. org.opencontainers.image.description: "[Sabnzbd](http://sabnzbd.org/) makes\
  113. \ Usenet as simple and streamlined as possible by automating everything we\
  114. \ can. All you have to do is add an .nzb. SABnzbd takes over from there, where\
  115. \ it will be automatically downloaded, verified, repaired, extracted and filed\
  116. \ away with zero human interaction."
  117. org.opencontainers.image.documentation: https://docs.linuxserver.io/images/docker-sabnzbd
  118. org.opencontainers.image.licenses: GPL-3.0-only
  119. org.opencontainers.image.ref.name: b733f568a225fece21d67091e0f688c14b271ef6
  120. org.opencontainers.image.revision: b733f568a225fece21d67091e0f688c14b271ef6
  121. org.opencontainers.image.source: https://github.com/linuxserver/docker-sabnzbd
  122. org.opencontainers.image.title: Sabnzbd
  123. org.opencontainers.image.url: https://github.com/linuxserver/docker-sabnzbd/packages
  124. org.opencontainers.image.vendor: linuxserver.io
  125. org.opencontainers.image.version: 3.4.2-ls51
  126. logging:
  127. driver: json-file
  128. options:
  129. max-file: 1
  130. max-size: 50m
  131. networks:
  132. - proxynet
  133. ports:
  134. - 8081:8080/tcp
  135. - 9090:9090/tcp
  136. volumes:
  137. - /mnt/user/data/usenet/:/data/usenet:rw
  138. - /mnt/user/data/usenet/Incomplete/:/incomplete-downloads:rw
  139. - /mnt/user/appdata/sabnzbd:/config:rw
  140. networks:
  141. proxynet:
  142. external: true
Advertisement
Add Comment
Please, Sign In to add comment