Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3"
- services:
- binhex-readarr:
- command:
- - /bin/bash
- - /usr/local/bin/init.sh
- container_name: binhex-readarr
- entrypoint:
- - /usr/bin/tini
- - -g
- - --
- environment:
- - PUID=99
- - PGID=100
- - TZ=Australia/Brisbane
- - HOST_OS=Unraid
- - 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: 5e0bb4d097cd
- image: binhex/arch-readarr
- ipc: private
- labels:
- org.opencontainers.image.authors: = binhex
- org.opencontainers.image.source: '= https://github.com/binhex/arch-readarr'
- logging:
- driver: json-file
- options: {}
- mac_address: 02:42:ac:11:00:0c
- ports:
- - 8787:8787/tcp
- volumes:
- - /mnt/user/Downloads/:/data:rw
- - /mnt/user:/media:rw
- - /mnt/user/appdata/binhex-readarr:/config:rw
- calibre:
- container_name: calibre
- entrypoint:
- - /init
- environment:
- - HOST_OS=Unraid
- - PASSWORD=
- - CLI_ARGS=
- - LIBRARYINTERNALPATH=/library
- - PUID=99
- - PGID=100
- - UMASK=022
- - TZ=Australia/Brisbane
- - 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
- - NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
- - CUSTOM_PORT=8080
- - GUIAUTOSTART=true
- hostname: 6a574cc291e8
- image: lscr.io/linuxserver/calibre:latest
- ipc: private
- labels:
- build_version: 'Linuxserver.io version:- v5.43.0-ls165 Build-date:- 2022-05-28T22:55:48-05:00'
- maintainer: aptalca
- org.opencontainers.image.authors: linuxserver.io
- org.opencontainers.image.created: '2022-05-28T22:55:48-05:00'
- org.opencontainers.image.description: "[Calibre](https://calibre-ebook.com/)\
- \ is a powerful and easy to use e-book manager. Users say it’s outstanding\
- \ and a must-have. It’ll allow you to do nearly everything and it takes things\
- \ a step beyond normal e-book software. It’s also completely free and open\
- \ source and great for both casual users and computer experts."
- org.opencontainers.image.documentation: https://docs.linuxserver.io/images/docker-calibre
- org.opencontainers.image.licenses: GPL-3.0-only
- org.opencontainers.image.ref.name: c482c12ceb4d716a221e1cfc9706350b45d34484
- org.opencontainers.image.revision: c482c12ceb4d716a221e1cfc9706350b45d34484
- org.opencontainers.image.source: https://github.com/linuxserver/docker-calibre
- org.opencontainers.image.title: Calibre
- org.opencontainers.image.url: https://github.com/linuxserver/docker-calibre/packages
- org.opencontainers.image.vendor: linuxserver.io
- org.opencontainers.image.version: v5.43.0-ls165
- logging:
- driver: json-file
- options: {}
- mac_address: 02:42:ac:11:00:08
- ports:
- - 9080:8080/tcp
- - 8081:8081/tcp
- volumes:
- - '/mnt/user/Media/Books/Calibre Library/:/library:rw'
- - /mnt/user/Downloads/:/data:rw
- - /mnt/user/Media/Bookes/:/existingbooks:rw
- - /mnt/user/appdata/calibre:/config:rw
- networks: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement