chore: document mariadb bootstrap and add deploy health checks

This commit is contained in:
cesnimda
2026-03-22 18:55:40 +01:00
parent 16b9960c08
commit 87c9a11edc
4 changed files with 87 additions and 1 deletions
+8
View File
@@ -63,3 +63,11 @@ If this app is going to be a real production service on Ubuntu:
2. Gitea Actions runs tests
3. if green, workflow uploads repo to server
4. `deploy/deploy.sh` runs `docker compose build && docker compose up -d`
5. workflow checks service status after deployment
## Post-deploy verification you should also do manually the first time
- confirm reverse proxy routes to the frontend correctly
- confirm API auth/login works with production config
- confirm backend can connect to MariaDB
- confirm summarizer container is reachable from backend
- confirm reminder and admin/system pages load