docs: add operator runbooks

This commit is contained in:
Christian Krakau-Louis
2026-05-23 12:23:10 +02:00
parent 24f36a8252
commit 60fa437d02
9 changed files with 318 additions and 7 deletions
+3
View File
@@ -147,6 +147,8 @@ The Docker Compose setup uses these volumes:
For production deployments, consider these additional steps:
For an operator-focused sequence that covers Docker Compose, Coolify, verification, upgrades, and rollback, use the [Operator Runbook](operations.md). For incident response and ingestion/auth troubleshooting, use [Troubleshooting Playbooks](troubleshooting.md).
### Using a Reverse Proxy
In production, it's recommended to use a reverse proxy like Nginx or Traefik in front of DMARQ:
@@ -224,6 +226,7 @@ docker-compose --profile production up -d
## Updating DMARQ
Before updating a production deployment, follow the [Release Checklist](release-checklist.md) and create a database backup.
The full operator upgrade sequence is documented in [Operator Runbook](operations.md).
To update to a newer version: