21 lines
No EOL
829 B
YAML
21 lines
No EOL
829 B
YAML
#########################################################################
|
|
# #
|
|
# Description: Calibre-Web is a self-hosted e-book manager #
|
|
# ReferenceURL: https://github.com/crocodilestick/Calibre-Web-Automated #
|
|
# #
|
|
#########################################################################
|
|
|
|
services:
|
|
calibre-web:
|
|
image: crocodilestick/calibre-web-automated:latest
|
|
container_name: calibre-web
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Europe/Amsterdam
|
|
volumes:
|
|
- /mnt/media/Containers/calibre-web/data:/config
|
|
- /mnt/media/Containers/calibre-web/library:/calibre-library
|
|
ports:
|
|
- 8083:8083
|
|
restart: unless-stopped |