9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
# Docker backup configuration
|
|
# Copy to .env and fill in your values
|
|
|
|
# Backup destination (local path or remote)
|
|
BACKUP_DEST=/backups
|
|
|
|
# Optional: notification webhook (e.g. Slack, Discord)
|
|
NOTIFY_WEBHOOK=
|