services: stump: image: aaronleopold/stump:0.0.12 container_name: stump ports: - "10801:10801" environment: - PUID=1000 - PGID=1000 volumes: - stump-config:/config - /path/to/comics:/data restart: unless-stopped volumes: stump-config:
services: stump: image: aaronleopold/stump:0.0.12 container_name: stump ports: - "10801:10801" environment: - PUID=1000 - PGID=1000 volumes: - stump-config:/config - /path/to/comics:/data restart: unless-stopped volumes: stump-config:
services: stump: image: aaronleopold/stump:0.0.12 container_name: stump ports: - "10801:10801" environment: - PUID=1000 - PGID=1000 volumes: - stump-config:/config - /path/to/comics:/data restart: unless-stopped volumes: stump-config:
services: komga: image: gotson/komga:1.24.1 container_name: komga ports: - "25600:25600" environment: - PUID=1000 - PGID=1000 volumes: - komga-config:/config - /path/to/comics:/data restart: unless-stopped volumes: komga-config:
services: komga: image: gotson/komga:1.24.1 container_name: komga ports: - "25600:25600" environment: - PUID=1000 - PGID=1000 volumes: - komga-config:/config - /path/to/comics:/data restart: unless-stopped volumes: komga-config:
services: komga: image: gotson/komga:1.24.1 container_name: komga ports: - "25600:25600" environment: - PUID=1000 - PGID=1000 volumes: - komga-config:/config - /path/to/comics:/data restart: unless-stopped volumes: komga-config: - You want a stable, production-ready comic server
- You read comics on mobile and need Tachiyomi/Mihon or Panels support
- You have a large library and need advanced metadata management
- You want OPDS support for third-party readers
- You need multi-user access with age restrictions - You're experimenting and want to try the newest option
- You run a very low-memory server (Raspberry Pi, 512 MB RAM)
- You prefer a modern React UI over Komga's interface
- You want to contribute to an early-stage open-source project
- You only use the web reader (no mobile app dependency) - How to Self-Host Komga
- How to Self-Host Stump
- Kavita vs Komga
- Kavita vs Calibre-Web
- Best Self-Hosted Ebooks & Reading
- Best Self-Hosted Media Servers
- Docker Compose Basics