1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 23:51:03 +08:00
pooneyy 96925467e0
feat(calibre-web): update docker image to version 0.6.25-ls362
- upgrade base docker image from linuxserver/calibre-web:0.6.24-ls335 to linuxserver/calibre-web:0.6.25-ls362
- update directory structure and compose file to reflect new version
- maintain existing configuration and environment variables
2025-12-24 04:21:51 +08:00

25 lines
571 B
YAML

services:
calibre-web:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8083"
volumes:
- "./data/config:/config"
- "${DATA_PATH}:/books"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
- DOCKER_MODS=linuxserver/mods:universal-calibre #optional
- OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
image: linuxserver/calibre-web:0.6.25-ls362
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true