refactor: shuffle vars

This commit is contained in:
decentral1se 2021-11-30 12:43:13 +01:00
parent 2080125b3a
commit b29fd50985
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
3 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,8 @@
TYPE=calibre-web
DOMAIN=calibre-web.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.calibre-web.example.com`'
LETS_ENCRYPT_ENV=production
DOCKER_MODS="linuxserver/calibre-web:calibre"
OAUTHLIB_RELAX_TOKEN_SCOPE=1
TZ="Europe/London"

View File

@ -1 +1 @@
ref: refs/heads/master
ref: refs/heads/main

View File

@ -5,11 +5,11 @@ services:
app:
image: "lscr.io/linuxserver/calibre-web:0.6.14"
environment:
- DOCKER_MODS=linuxserver/calibre-web:calibre
- OAUTHLIB_RELAX_TOKEN_SCOPE=1
- DOCKER_MODS
- OAUTHLIB_RELAX_TOKEN_SCOPE
- PGID=1000
- PUID=1000
- TZ=Europe/London
- TZ
volumes:
- books:/books
networks: