Sign inSign up

richardbristow/docker-yacreader-libraryserver

By richardbristow

•Updated over 3 years ago

Runs YACreader library server in a docker container, and auto updates the library every 10 minutes.

Image
1

7.6K

richardbristow/docker-yacreader-libraryserver repository overview

⁠docker-yacreader-libraryserver

build-and-publish

Runs a headless version of the YACreader⁠ library server in a container, using the alpine base image.

When starting the image it will attempt to locate an existing YACreader library and automatically add it before starting the server. If an existing library is not found a new one will be created.

The image has a cron job setup that runs the YACreader update-library command every 10 minutes, to add new files to the library.

The docker image is also available to be pulled from the GitHub container registry.

⁠Example usage

docker run --rm \
  -p 8080:8080 \
  -v /path/to/comics:/comics \
  richardbristow/docker-yacreader-libraryserver

⁠Docker-compose example

version: '3'
services:
  docker-yacreader-libraryserver:
    container_name: docker-yacreader-libraryserver
    image: richardbristow/docker-yacreader-libraryserver
    restart: unless-stopped
    volumes:
      - /path/to/comics:/comics
    ports:
      - 8080:8080

Tag summary

Content type

Image

Digest

Size

62.6 MB

Last updated

over 5 years ago

docker pull richardbristow/docker-yacreader-libraryserver