convert calibre web
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-01-25 22:42:20 -06:00
parent b6f471d3f3
commit d724317821

View file

@ -6,8 +6,8 @@ services:
environment:
# Only change these if you know what you're doing
PUID: "1001"
PGID: "998"
PUID: "1964"
PGID: "1964"
# Edit to match your current timezone https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
TZ: America/Chicago
@ -23,7 +23,7 @@ services:
# If you don't have an existing library, CWA will automatically create one at the bind provided here
# - /path/to/your/calibre/library:/calibre-library
# - /data/nfs/Baxter/Data/media:/data:shared
- /data/nfs/Baxter/Data/media/books/library/Netgrimoire:/calibre-library:shared
- /data/nfs/znas/Data/media/books/library/Netgrimoire:/calibre-library:shared
ports:
# Change the first number to change the port you want to access the Web UI, not the second
@ -36,7 +36,7 @@ services:
deploy:
placement:
constraints:
- node.hostname == nas
- node.hostname == znas
labels:
homepage.group: "PNCHarris Apps"