Guest User

Untitled

a guest
Nov 26th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. version: '2'
  2. services:
  3. unifi:
  4. image: linuxserver/unifi
  5. environment:
  6. PUID: '1012'
  7. GUID: '1012'
  8. stdin_open: true
  9. volumes:
  10. - /storage/data/unifi:/config:rw
  11. tty: true
  12. ports:
  13. - 192.168.20.15:8080:8080/tcp
  14. - 192.168.20.15:8081:8081/tcp
  15. - 192.168.20.15:8443:8443/tcp
  16. - 192.168.20.15:8843:8843/tcp
  17. - 192.168.20.15:8880:8880/tcp
  18. mariadb:
  19. image: mariadb
  20. environment:
  21. MYSQL_ROOT_PASSWORD: 'REDACTED'
  22. stdin_open: true
  23. volumes:
  24. - /storage/data/mariadb/data:/var/lib/mysql
  25. tty: true
  26. ports:
  27. - 3306:3306/tcp
  28. watchtower:
  29. image: v2tec/watchtower
  30. stdin_open: true
  31. volumes:
  32. - /var/run/docker.sock:/var/run/docker.sock
  33. tty: true
  34. nextcloud:
  35. image: linuxserver/nextcloud
  36. environment:
  37. PUID: '1002'
  38. PGID: '1002'
  39. stdin_open: true
  40. volumes:
  41. - /storage/data/nextcloud:/config
  42. - /storage/nextcloud:/data
  43. tty: true
  44. ports:
  45. - 192.168.20.12:443:443/tcp
  46. rutorrent:
  47. image: linuxserver/rutorrent
  48. environment:
  49. PGID: '1010'
  50. PUID: '1010'
  51. TZ: Europe/London
  52. stdin_open: true
  53. volumes:
  54. - /storage/data/rutorrent:/config
  55. - /storage/downloads/torrents:/downloads
  56. tty: true
  57. ports:
  58. - 192.168.20.11:80:80/tcp
  59. - 192.168.20.11:5000:5000/tcp
  60. - 192.168.20.11:51413:51413/tcp
  61. - 192.168.20.11:6881:6881/udp
  62. sonarr:
  63. image: linuxserver/sonarr
  64. environment:
  65. PGID: '1010'
  66. PUID: '1010'
  67. stdin_open: true
  68. volumes:
  69. - /dev/rtc:/dev/rtc:ro
  70. - /storage/data/sonarr:/config
  71. - /storage/media/tv:/tv
  72. - /storage/downloads:/downloads
  73. tty: true
  74. links:
  75. - sabnzbd:downloader
  76. ports:
  77. - 192.168.20.11:8989:8989/tcp
  78. couchpotato:
  79. image: linuxserver/couchpotato
  80. environment:
  81. PGID: '1010'
  82. PUID: '1010'
  83. TZ: Europe/London
  84. stdin_open: true
  85. volumes:
  86. - /storage/data/couchpotato:/config
  87. - /storage/downloads:/downloads
  88. - /storage/media/movies:/movies
  89. tty: true
  90. links:
  91. - sabnzbd:downloader
  92. ports:
  93. - 192.168.20.11:5050:5050/tcp
  94. jenkins:
  95. image: jenkins
  96. stdin_open: true
  97. volumes:
  98. - /storage/data/jenkins:/var/jenkins_home
  99. tty: true
  100. ports:
  101. - 192.168.20.13:8080:8080/tcp
  102. - 192.168.20.13:50000:50000/tcp
  103. user: '1003'
  104. sabnzbd:
  105. image: linuxserver/sabnzbd
  106. environment:
  107. PGID: '1010'
  108. PUID: '1010'
  109. TZ: Europe/London
  110. stdin_open: true
  111. volumes:
  112. - /storage/data/sabnzbd:/config
  113. - /storage/downloads:/downloads
  114. - /storage/incomplete-downloads:/incomplete-downloads
  115. tty: true
  116. links:
  117. - plex:media-server
  118. ports:
  119. - 192.168.20.11:8080:8080/tcp
  120. - 192.168.20.11:9090:9090/tcp
  121. plex:
  122. privileged: true
  123. image: linuxserver/plex
  124. environment:
  125. VERSION: latest
  126. PUID: '1010'
  127. PGID: '1010'
  128. TZ: Europe/London
  129. stdin_open: true
  130. ports:
  131. - 192.168.20.11:32400:32400/tcp
  132. - 192.168.20.11:32400:32400/udp
  133. - 192.168.20.11:32469:32469/tcp
  134. - 192.168.20.11:32469:32469/udp
  135. - 192.168.20.11:32410:32410/udp
  136. - 192.168.20.11:32412:32412/udp
  137. - 192.168.20.11:32413:32413/udp
  138. - 192.168.20.11:32414:32414/udp
  139. - 192.168.20.11:5353:5353/udp
  140. - 192.168.20.11:1900:1900/udp
  141. volumes:
  142. - /storage/media/tv:/data/tv
  143. - /storage/media/movies:/data/movies
  144. - /storage/media/music:/data/music
  145. - /storage/data/plex/config:/config
  146. - /storage/data/plex/transcode:/transcode
  147. tty: true
  148. thelounge:
  149. image: linuxserver/thelounge
  150. environment:
  151. PUID: '1009'
  152. PGID: '1009'
  153. TZ: Europe/London
  154. stdin_open: true
  155. volumes:
  156. - /storage/data/thelounge:/config
  157. tty: true
  158. ports:
  159. - 192.168.20.10:9000:9000/tcp
  160. plexpy:
  161. image: linuxserver/plexpy
  162. environment:
  163. PGID: '1010'
  164. PUID: '1010'
  165. stdin_open: true
  166. volumes:
  167. - /storage/data/plex/config/Library/Application Support/Plex Media Server/Logs:/logs:ro
  168. - /storage/data/plexpy:/config
  169. tty: true
  170. ports:
  171. - 192.168.20.11:8181:8181/tcp
  172. smokeping:
  173. image: linuxserver/smokeping
  174. environment:
  175. PGID: '1013'
  176. PUID: '1013'
  177. stdin_open: true
  178. volumes:
  179. - /storage/data/smokeping/data:/data:rw
  180. - /storage/data/smokeping/config:/config:rw
  181. tty: true
  182. ports:
  183. - 192.168.20.10:80:80/tcp
  184. htpcmanager:
  185. image: linuxserver/htpcmanager
  186. environment:
  187. PGID: '1010'
  188. PUID: '1010'
  189. stdin_open: true
  190. volumes:
  191. - /storage/data/htpcmanager/config:/config:rw
  192. tty: true
  193. ports:
  194. - 192.168.20.11:8085:8085/tcp
  195. home-assistant:
  196. image: homeassistant/home-assistant
  197. environment:
  198. PGID: '1014'
  199. PUID: '1014'
  200. stdin_open: true
  201. volumes:
  202. - /storage/data/home-assistant/config:/config:rw
  203. - /etc/localtime:/etc/localtime:ro
  204. tty: true
  205. ports:
  206. - 192.168.20.14:8123:8123/tcp
  207. nagios:
  208. image: jasonrivers/nagios
  209. environment:
  210. PGID: '1015'
  211. PUID: '1015'
  212. stdin_open: true
  213. volumes:
  214. - /storage/data/nagios/etc:/opt/nagios/etc:rw
  215. - /storage/data/nagios/var:/opt/nagios/var:rw
  216. - /storage/data/nagios/plugins:/opt/Custom-Nagios-Plugins:rw
  217. tty: true
  218. ports:
  219. - 192.168.20.16:80:80/tcp
Add Comment
Please, Sign In to add comment