initial commit

This commit is contained in:
hiperman
2026-01-30 15:07:31 -05:00
commit 7844cc4416
83 changed files with 3802 additions and 0 deletions
@@ -0,0 +1,17 @@
---
services:
calibre-web:
image: "lscr.io/linuxserver/calibre-web:{{ calibre_web_container_version }}"
container_name: "{{ calibre_web_container_name }}"
restart: "{{ calibre_web_restart_policy }}"
ports:
- "{{ calibre_web_http_port }}:8083"
environment:
- PUID={{ calibre_web_uid }}
- PGID={{ calibre_web_gid }}
- TZ={{ calibre_web_timezone }}
- DOCKER_MODS={{ calibre_web_docker_mods }}
- OAUTHLIB_RELAX_TOKEN_SCOPE={{ calibre_web_oauth_relax }}
volumes:
- "{{ calibre_web_config_path }}:/config"
- "{{ calibre_web_library_path }}:/books"