GitHub - new-usemame/Calibre-Web-NextGen: Community continuation of Calibre-Web-Automated. Attempting to maintain with rapid iteration. Please feel free to help out by filing Issues, Feature Requests, PRs, and chatting in our Discussion.
YAML:
services:
calibre-web-automated:
image: ghcr.io/new-usemame/calibre-web-nextgen:latest
container_name: calibre-web-automated
cpus: 2
mem_limit: 1g
environment:
# ssh -> id -u i id -g
- PUID=1000
- PGID=1000
# strefa czasowa https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- TZ=Europe/Warsaw
volumes:
# folder gdzie jest zapisana konfiguracja programu
- ./config/:/config
# Folder z którego są PRZENOSZONE pliki do BIBLIOTEKI - tak PLIKI ZNIKAJĄ !!
- ./ingest/:/cwa-book-ingest
# Folder gdzie jest biblioteka Calibre
- /share/_DATA/DATA2/Pobrane/PDFy/:/calibre-library
ports:
# program bedzie widoczny pod adresem HTTP://IP_QNAP:8084/
- 8084:8083
restart: unless-stopped