docs(deploy): deployment.md (backup/restore, admin bootstrap, pinning) + env + CLAUDE.md
This commit is contained in:
@@ -35,3 +35,15 @@ LIVEKIT_API_SECRET=
|
||||
# ─── Docker Compose ────────────────────────────────────────
|
||||
# Uncomment to enable the LiveKit service:
|
||||
# COMPOSE_PROFILES=voice
|
||||
|
||||
# ─── Database Backups ──────────────────────────────────────
|
||||
# Automatic SQLite snapshots: pre-migration (always, when a migration is pending),
|
||||
# scheduled (every BACKUP_INTERVAL_HOURS), and manual (./backup.sh). Rotated per type.
|
||||
# BACKUP_DIR=./data/backups # default: <data>/backups
|
||||
# BACKUP_INTERVAL_HOURS=24
|
||||
# BACKUP_KEEP_SCHEDULED=7
|
||||
# BACKUP_KEEP_PREMIGRATION=5
|
||||
# BACKUP_KEEP_MANUAL=10
|
||||
# Off-box replication hook — receives the new snapshot path as $1 (e.g. rclone/rsync/aws s3 cp):
|
||||
# BACKUP_OFFSITE_CMD=
|
||||
# BACKUP_DISABLED=false
|
||||
|
||||
Reference in New Issue
Block a user