diff --git a/examples/vouchervault/docker-compose.yml b/examples/vouchervault/docker-compose.yml index cd416a4..558eea3 100644 --- a/examples/vouchervault/docker-compose.yml +++ b/examples/vouchervault/docker-compose.yml @@ -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