From 7a37562030a6ad4486798aa7e436e56b77c276f4 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:17:39 +0200 Subject: [PATCH] Update docker-compose.yml --- examples/vouchervault/docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) 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