mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
Update docker-compose.yml
This commit is contained in:
parent
0556e5b833
commit
7a37562030
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user