Update docker-compose.yml

This commit is contained in:
LRVT 2024-07-10 13:17:39 +02:00 committed by GitHub
parent 0556e5b833
commit 7a37562030
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,9 +6,6 @@ services:
environment:
- DOMAIN=vouchervault.example.com # your FQDN if a reverse proxy is used
- SECRET_KEY=ChooseSuperSecretKey # please define a strong secret
# see https://github.com/caronc/apprise
# takes one or multiple comma-separated apprise urls for notifications
- APPRISE_URLS=tgram://bottoken1/ChatID1,tgram://bottoken2/ChatID2
- REDIS_HOST=redis # the redis host for celery beat notification tasks
- EXPIRY_THRESHOLD_DAYS=90 # send notifications xx days prior expiry; default is 30
restart: unless-stopped