manga-dlp/docker
Ivan Schaller a073c2f1e9
Some checks failed
ci/woodpecker/push/tests Pipeline failed
update baseimage
2023-02-11 13:12:36 +01:00
..
rootfs fixes for patch 2.2.15 2022-12-30 01:46:53 +01:00
docker-compose.yml add options to configure the default schedule in the docker container via environment variables 2022-07-18 18:41:41 +02:00
Dockerfile.amd64 update baseimage 2023-02-11 13:12:36 +01:00
Dockerfile.arm64 update baseimage 2023-02-11 13:12:36 +01:00
manifest.tmpl fixes for dockerhub 2021-12-24 16:34:06 +01:00
README.md switch to loguru/click. 2022-12-29 18:13:19 +01:00

Docker container of manga-dlp

Full docs: https://manga-dlp.ivn.sh/docker

Quick start

The pdf creation only works on amd64 images, as it unfortunately is incompatible with arm64.

# with docker-compose
curl -O docker-compose.yml https://raw.githubusercontent.com/olofvndrhr/manga-dlp/master/docker/docker-compose.yml
# adjust settings to your needs
docker-compose up -d

# with docker run
docker run -v ./downloads:/app/downloads -v ./mangas.txt:/app/mangas.txt olofvndrhr/manga-dlp