extend ENVs

This commit is contained in:
Julian Krauser 2025-01-25 16:54:01 +01:00
parent 46ad96c470
commit 684c24e4fd
3 changed files with 16 additions and 2 deletions

View file

@ -42,6 +42,9 @@ services:
- MAIL_SECURE=<boolean> # default ist auf false gesetzt
- CLUB_NAME=<tobemodified> # default ist auf FF Admin gesetzt
- CLUB_WEBSITE=<tobemodified>
- BACKUP_INTERVAL=<number of days (min. 1)> # alle x Tage, sonst keine
- BACKUP_COPIES=<number of parallel copies> # Anzahl parallel bestehender Backups
- BACKUP_AUTO_RESTORE=<boolean> # default ist auf false gesetzt
volumes:
- <volume|local path>:/app/files
networks: