home-network/_share/data/docker/calibre-compose.yml

29 lines
701 B
YAML
Raw Normal View History

2025-04-09 08:53:53 +03:00
services:
2025-04-17 01:57:40 +03:00
calibre-public:
2025-04-09 08:53:53 +03:00
image: lscr.io/linuxserver/calibre-web
2025-04-17 01:57:40 +03:00
container_name: calibre-public
2025-04-09 08:53:53 +03:00
environment:
2025-04-17 01:57:40 +03:00
- PUID=1004
- PGID=1004
2025-04-09 08:53:53 +03:00
- TZ=Asia/Jerusalem
volumes:
2025-04-17 01:57:40 +03:00
- /home/librarian/calibre-library/public:/books
- /srv/calibre/public:/config
2025-04-09 08:53:53 +03:00
ports:
- 127.0.0.1:8083:8083
restart: unless-stopped
2025-04-17 01:57:40 +03:00
calibre-gaming:
image: lscr.io/linuxserver/calibre-web
container_name: calibre-gaming
environment:
- PUID=1004
- PGID=1004
- TZ=Asia/Jerusalem
volumes:
- /home/librarian/calibre-library/gaming:/books
- /srv/calibre/gaming:/config
ports:
- 127.0.0.1:8086:8083
restart: unless-stopped