Update docker-compose.yml

pull/23/head
LRVT 2024-07-10 13:17:39 +02:00 zatwierdzone przez GitHub
rodzic 0556e5b833
commit 7a37562030
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -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