mirror of
				https://github.com/mr-vercetti/homeserver.git
				synced 2025-11-04 07:05:46 +01:00 
			
		
		
		
	Add calibre and calibre-downloader
This commit is contained in:
		@@ -198,6 +198,40 @@ services:
 | 
			
		||||
        - ${DATA_DIR}/media/music:/app/downloads
 | 
			
		||||
      restart: unless-stopped
 | 
			
		||||
 | 
			
		||||
   calibre:
 | 
			
		||||
      image: crocodilestick/calibre-web-automated
 | 
			
		||||
      container_name: calibre
 | 
			
		||||
      environment:
 | 
			
		||||
        - PUID=${PUID}
 | 
			
		||||
        - PGID=${PGID}
 | 
			
		||||
        - TZ=${TIMEZONE}
 | 
			
		||||
      volumes:
 | 
			
		||||
        - ${APPS_DIR}/calibre:/config
 | 
			
		||||
        - ${DATA_DIR}/calibre/ingest:/cwa-book-ingest
 | 
			
		||||
        - ${DATA_DIR}/calibre/library:/calibre-library
 | 
			
		||||
      networks:
 | 
			
		||||
        - media
 | 
			
		||||
      ports:
 | 
			
		||||
        - 8083:8083
 | 
			
		||||
      restart: unless-stopped
 | 
			
		||||
 | 
			
		||||
   calibre-downloader:
 | 
			
		||||
      image: ghcr.io/calibrain/calibre-web-automated-book-downloader
 | 
			
		||||
      container_name: calibre-downloader
 | 
			
		||||
      environment:
 | 
			
		||||
        - FLASK_PORT=8084
 | 
			
		||||
        - FLASK_DEBUG=false
 | 
			
		||||
        - CLOUDFLARE_PROXY_URL=http://flaresolverr:8191
 | 
			
		||||
        - INGEST_DIR=/cwa-book-ingest
 | 
			
		||||
        - BOOK_LANGUAGE=pl
 | 
			
		||||
      volumes:
 | 
			
		||||
        - ${DATA_DIR}/calibre/ingest:/cwa-book-ingest
 | 
			
		||||
      networks:
 | 
			
		||||
        - media
 | 
			
		||||
      ports:
 | 
			
		||||
        - 8084:8084
 | 
			
		||||
      restart: unless-stopped
 | 
			
		||||
 | 
			
		||||
networks:
 | 
			
		||||
   proxy:
 | 
			
		||||
      name: proxy
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user