Advertisement
Chewwwy

readarr and Calibre

May 30th, 2022
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. version: "3"
  2. services:
  3. binhex-readarr:
  4. command:
  5. - /bin/bash
  6. - /usr/local/bin/init.sh
  7. container_name: binhex-readarr
  8. entrypoint:
  9. - /usr/bin/tini
  10. - -g
  11. - --
  12. environment:
  13. - PUID=99
  14. - PGID=100
  15. - TZ=Australia/Brisbane
  16. - HOST_OS=Unraid
  17. - UMASK=000
  18. - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  19. - HOME=/home/nobody
  20. - TERM=xterm
  21. - LANG=en_GB.UTF-8
  22. hostname: 5e0bb4d097cd
  23. image: binhex/arch-readarr
  24. ipc: private
  25. labels:
  26. org.opencontainers.image.authors: = binhex
  27. org.opencontainers.image.source: '= https://github.com/binhex/arch-readarr'
  28. logging:
  29. driver: json-file
  30. options: {}
  31. mac_address: 02:42:ac:11:00:0c
  32. ports:
  33. - 8787:8787/tcp
  34. volumes:
  35. - /mnt/user/Downloads/:/data:rw
  36. - /mnt/user:/media:rw
  37. - /mnt/user/appdata/binhex-readarr:/config:rw
  38. calibre:
  39. container_name: calibre
  40. entrypoint:
  41. - /init
  42. environment:
  43. - HOST_OS=Unraid
  44. - PASSWORD=
  45. - CLI_ARGS=
  46. - LIBRARYINTERNALPATH=/library
  47. - PUID=99
  48. - PGID=100
  49. - UMASK=022
  50. - TZ=Australia/Brisbane
  51. - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  52. - HOME=/config
  53. - LANGUAGE=en_US.UTF-8
  54. - LANG=en_US.UTF-8
  55. - TERM=xterm
  56. - NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
  57. - CUSTOM_PORT=8080
  58. - GUIAUTOSTART=true
  59. hostname: 6a574cc291e8
  60. image: lscr.io/linuxserver/calibre:latest
  61. ipc: private
  62. labels:
  63. build_version: 'Linuxserver.io version:- v5.43.0-ls165 Build-date:- 2022-05-28T22:55:48-05:00'
  64. maintainer: aptalca
  65. org.opencontainers.image.authors: linuxserver.io
  66. org.opencontainers.image.created: '2022-05-28T22:55:48-05:00'
  67. org.opencontainers.image.description: "[Calibre](https://calibre-ebook.com/)\
  68. \ is a powerful and easy to use e-book manager. Users say it’s outstanding\
  69. \ and a must-have. It’ll allow you to do nearly everything and it takes things\
  70. \ a step beyond normal e-book software. It’s also completely free and open\
  71. \ source and great for both casual users and computer experts."
  72. org.opencontainers.image.documentation: https://docs.linuxserver.io/images/docker-calibre
  73. org.opencontainers.image.licenses: GPL-3.0-only
  74. org.opencontainers.image.ref.name: c482c12ceb4d716a221e1cfc9706350b45d34484
  75. org.opencontainers.image.revision: c482c12ceb4d716a221e1cfc9706350b45d34484
  76. org.opencontainers.image.source: https://github.com/linuxserver/docker-calibre
  77. org.opencontainers.image.title: Calibre
  78. org.opencontainers.image.url: https://github.com/linuxserver/docker-calibre/packages
  79. org.opencontainers.image.vendor: linuxserver.io
  80. org.opencontainers.image.version: v5.43.0-ls165
  81. logging:
  82. driver: json-file
  83. options: {}
  84. mac_address: 02:42:ac:11:00:08
  85. ports:
  86. - 9080:8080/tcp
  87. - 8081:8081/tcp
  88. volumes:
  89. - '/mnt/user/Media/Books/Calibre Library/:/library:rw'
  90. - /mnt/user/Downloads/:/data:rw
  91. - /mnt/user/Media/Bookes/:/existingbooks:rw
  92. - /mnt/user/appdata/calibre:/config:rw
  93. networks: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement