| 
									
										
										
										
											2022-07-28 17:46:12 +00:00
										 |  |  | version: "3.7"
 | 
					
						
							|  |  |  | services:
 | 
					
						
							|  |  |  |   calibre-web:
 | 
					
						
							| 
									
										
										
										
											2022-10-13 21:59:28 +00:00
										 |  |  |     image: lscr.io/linuxserver/calibre-web:0.6.19
 | 
					
						
							| 
									
										
										
										
											2022-07-28 17:46:12 +00:00
										 |  |  |     container_name: calibre-web
 | 
					
						
							|  |  |  |     environment:
 | 
					
						
							|  |  |  |       - PUID=1000
 | 
					
						
							|  |  |  |       - PGID=1000
 | 
					
						
							|  |  |  |       - TZ=${TZ}
 | 
					
						
							|  |  |  |     volumes:
 | 
					
						
							|  |  |  |       - ${APP_DATA_DIR}/data/config:/config
 | 
					
						
							|  |  |  |       - ${ROOT_FOLDER_HOST}/media/data/books:/books
 | 
					
						
							|  |  |  |     ports:
 | 
					
						
							|  |  |  |       - ${APP_PORT}:8083
 | 
					
						
							|  |  |  |     restart: unless-stopped
 | 
					
						
							|  |  |  |     networks:
 | 
					
						
							|  |  |  |       - tipi_main_network
 | 
					
						
							| 
									
										
										
										
											2022-11-11 19:33:58 +00:00
										 |  |  |     labels:
 | 
					
						
							|  |  |  |       traefik.enable: ${APP_EXPOSED}
 | 
					
						
							|  |  |  |       traefik.http.routers.calibre-web.rule: Host(`${APP_DOMAIN}`)
 | 
					
						
							|  |  |  |       traefik.http.routers.calibre-web.entrypoints: websecure
 | 
					
						
							|  |  |  |       traefik.http.routers.calibre-web.service: calibre-web
 | 
					
						
							|  |  |  |       traefik.http.routers.calibre-web.tls.certresolver: myresolver
 | 
					
						
							|  |  |  |       traefik.http.services.calibre-web.loadbalancer.server.port: 8083
 |