chore: document mariadb bootstrap and add deploy health checks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user