docs(deploy): deployment.md (backup/restore, admin bootstrap, pinning) + env + CLAUDE.md

This commit is contained in:
Jannis Braun
2026-06-20 02:45:33 +02:00
parent 239578edc9
commit 1c23c1fb60
3 changed files with 294 additions and 0 deletions
+12
View File
@@ -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