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 -1
View File
@@ -11,6 +11,8 @@ This guide provides step-by-step instructions for deploying DMARQ in various env
5. [Production Best Practices](#production-best-practices)
6. [Upgrading](#upgrading)
For day-to-day production operation, use the [Operator Runbook](../deployment/operations.md). For failure recovery, use [Troubleshooting Playbooks](../deployment/troubleshooting.md).
## Docker Deployment (Recommended)
The easiest way to deploy DMARQ is using Docker and Docker Compose. This approach packages all dependencies and provides a consistent environment.
@@ -333,4 +335,4 @@ docker-compose down
docker-compose up -d
```
Always check the release notes for any specific upgrade instructions or breaking changes.
Always check the release notes for any specific upgrade instructions or breaking changes.