feat: debug and oauth sample vars

This commit is contained in:
decentral1se 2021-12-08 14:38:34 +01:00
parent 6a39273517
commit b670dbc2c5
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 6 additions and 0 deletions

View File

@ -6,3 +6,8 @@ LETS_ENCRYPT_ENV=production
DOCKER_MODS="linuxserver/calibre-web:calibre"
OAUTHLIB_RELAX_TOKEN_SCOPE=1
TZ="Europe/London"
DEBUG=False
# oauth2 support
COMPOSE_FILE="compose.yml:compose.oauth2.yml"

View File

@ -10,6 +10,7 @@ services:
- PGID=1000
- PUID=1000
- TZ
- FLASK_DEBUG=${DEBUG}
volumes:
- config:/config
- books:/books