Advertisement
Guest User

deemix and lidarr

a guest
Feb 10th, 2025
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. services:
  2.  
  3. deemix:
  4.  
  5. container_name: "deemix"
  6.  
  7. entrypoint:
  8. - "/init"
  9.  
  10. environment:
  11. - "PGID=100"
  12. - "TZ=America/New_York"
  13. - "HOST_OS=Unraid"
  14. - "HOST_HOSTNAME=Tower"
  15. - "HOST_CONTAINERNAME=deemix"
  16. - "DEEMIX_SINGLE_USER=false"
  17. - "UMASK=000"
  18. - "PUID=99"
  19. - "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  20. - "PS1=$$(whoami)@$$(hostname):$$(pwd)\\$$ "
  21. - "HOME=/root"
  22. - "TERM=xterm"
  23. - "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0"
  24. - "BUILDDATEENV=20221222"
  25.  
  26. hostname: "e2275da5b7a4"
  27.  
  28. image: "registry.gitlab.com/bockiii/deemix-docker"
  29.  
  30. ipc: "private"
  31.  
  32. labels:
  33. app.deemix.image.created: "20221222"
  34. app.deemix.image.description: "Docker image for Deemix"
  35. app.deemix.image.title: "Docker image for Deemix"
  36. app.deemix.image.url: "https://gitlab.com/Bockiii/deemix-docker"
  37. build_version: "Linuxserver.io version:- b01a8a64-ls35 Build-date:- 2022-11-29T00:35:38-06:00"
  38. maintainer: "Bocki"
  39. net.unraid.docker.icon: "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/deemix.png"
  40. net.unraid.docker.managed: "dockerman"
  41. net.unraid.docker.webui: "http://[IP]:[PORT:6595]/"
  42. org.opencontainers.image.authors: "linuxserver.io"
  43. org.opencontainers.image.created: "2022-11-29T00:35:38-06:00"
  44. org.opencontainers.image.description: "baseimage-alpine image by linuxserver.io"
  45. org.opencontainers.image.documentation: "https://docs.linuxserver.io/images/docker-baseimage-alpine"
  46. org.opencontainers.image.licenses: "GPL-3.0-only"
  47. org.opencontainers.image.ref.name: "21cd2aa860fa03734a57f80d22b390a38f60d718"
  48. org.opencontainers.image.revision: "21cd2aa860fa03734a57f80d22b390a38f60d718"
  49. org.opencontainers.image.source: "https://github.com/linuxserver/docker-baseimage-alpine"
  50. org.opencontainers.image.title: "Baseimage-alpine"
  51. org.opencontainers.image.url: "https://github.com/linuxserver/docker-baseimage-alpine/packages"
  52. org.opencontainers.image.vendor: "linuxserver.io"
  53. org.opencontainers.image.version: "b01a8a64-ls35"
  54.  
  55. logging:
  56. driver: "json-file"
  57. options:
  58. max-file: "1"
  59. max-size: "50m"
  60.  
  61. mac_address: "02:42:ac:11:00:13"
  62.  
  63. network_mode: "bridge"
  64.  
  65. ports:
  66. - "6595:6595/tcp"
  67.  
  68. volumes:
  69. - "/mnt/user/appdata/deemix:/config"
  70. - "/mnt/user/data/downloads:/downloads"
  71.  
  72. working_dir: "/"
  73.  
  74. lidarr-plugin:
  75.  
  76. container_name: "lidarr-plugin"
  77.  
  78. entrypoint:
  79. - "/init"
  80.  
  81. environment:
  82. - "PGID=100"
  83. - "UMASK=000"
  84. - "TZ=America/New_York"
  85. - "HOST_OS=Unraid"
  86. - "HOST_HOSTNAME=Tower"
  87. - "HOST_CONTAINERNAME=lidarr-plugin"
  88. - "PUID=99"
  89. - "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  90. - "IMAGE_STATS=ewogICJhcHAiOiAibGlkYXJyIiwKICAiaW1hZ2UiOiAiaG90aW8vbGlkYXJyOnByLXBsdWdpbnMiLAogICJyZXZpc2lvbiI6ICI5ZTBiYzA2IiwKICAidmVyc2lvbiI6ICIyLjkuNS40NTQzIgp9Cg=="
  91. - "BUILD_ARCHITECTURE=linux-amd64"
  92. - "APP_DIR=/app"
  93. - "CONFIG_DIR=/config"
  94. - "XDG_CONFIG_HOME=/.config"
  95. - "XDG_CACHE_HOME=/.cache"
  96. - "XDG_DATA_HOME=/.local/share"
  97. - "LANG=en_US.UTF-8"
  98. - "LANGUAGE=en_US:en"
  99. - "LC_ALL=en_US.UTF-8"
  100. - "S6_BEHAVIOUR_IF_STAGE2_FAILS=2"
  101. - "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0"
  102. - "S6_SERVICES_GRACETIME=180000"
  103. - "S6_STAGE2_HOOK=/etc/s6-overlay/init-hook"
  104. - "VPN_ENABLED=false"
  105. - "VPN_CONF=wg0"
  106. - "VPN_PROVIDER=generic"
  107. - "VPN_LAN_NETWORK="
  108. - "VPN_LAN_LEAK_ENABLED=false"
  109. - "VPN_EXPOSE_PORTS_ON_LAN="
  110. - "VPN_AUTO_PORT_FORWARD=true"
  111. - "VPN_AUTO_PORT_FORWARD_TO_PORTS="
  112. - "VPN_KEEP_LOCAL_DNS=false"
  113. - "VPN_FIREWALL_TYPE=auto"
  114. - "VPN_HEALTHCHECK_ENABLED=false"
  115. - "PRIVOXY_ENABLED=false"
  116. - "UNBOUND_ENABLED=false"
  117. - "VPN_PIA_USER="
  118. - "VPN_PIA_PASS="
  119. - "VPN_PIA_PREFERRED_REGION="
  120. - "VPN_PIA_DIP_TOKEN=no"
  121. - "VPN_PIA_PORT_FORWARD_PERSIST=false"
  122. - "WEBUI_PORTS=8686/tcp,8686/udp"
  123.  
  124. hostname: "lidarr.internal"
  125.  
  126. image: "ghcr.io/hotio/lidarr:pr-plugins"
  127.  
  128. ipc: "private"
  129.  
  130. labels:
  131. net.unraid.docker.icon: "https://hotio.dev/webhook-avatars/lidarr.png"
  132. net.unraid.docker.managed: "dockerman"
  133. net.unraid.docker.webui: "http://[IP]:[PORT:8686]"
  134. org.opencontainers.image.created: "2025-01-28T20:11:21.000Z"
  135. org.opencontainers.image.revision: "9e0bc06fa9082f8041066defa3168dbbe4a3de70"
  136. org.opencontainers.image.source: "https://github.com/hotio/lidarr/tree/pr"
  137. org.opencontainers.image.title: "hotio/lidarr:pr-plugins"
  138. org.opencontainers.image.url: "https://hotio.dev/containers/lidarr"
  139. org.opencontainers.image.vendor: "hotio"
  140. org.opencontainers.image.version: "2.9.5.4543"
  141.  
  142. logging:
  143. driver: "json-file"
  144. options:
  145. max-file: "1"
  146. max-size: "50m"
  147.  
  148. mac_address: "02:42:ac:11:00:14"
  149.  
  150. network_mode: "bridge"
  151.  
  152. ports:
  153. - "8687:8686/tcp"
  154.  
  155. volumes:
  156. - "/mnt/user/appdata/lidarr-1:/config"
  157. - "/mnt/user/data:/data"
  158.  
  159. working_dir: "/"
  160.  
  161. version: "3.6"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement