Files
manga/docker-compose.yml
2026-04-29 16:50:04 +03:00

19 lines
509 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
services:
manga:
build: .
image: manga-downloader:latest
container_name: manga-downloader
volumes:
- ./output:/app/output
- ./state:/app/state
environment:
- PYTHONUNBUFFERED=1
- UPDATE_INTERVAL_HOURS=6
ports:
- "8000:8000"
shm_size: "2gb"
restart: unless-stopped
# Веб-интерфейс: http://localhost:8000
# CLI-команды:
# docker compose run --rm --entrypoint "" manga python -m src.cli download <URL> --format cbz