Docker deployment
Docker is the simplest way to run self-hosted Mindwtr services consistently.
What Docker can run
- Mindwtr web app.
- Mindwtr Cloud sync server.
- Supporting storage or reverse-proxy services, depending on your deployment.
Basic workflow
- Read the current repository deployment instructions.
- Create environment variables outside git.
- Start the services.
- Put HTTPS in front of any browser or sync endpoint.
- Verify health checks and logs.
- Connect one test client before moving real data.
Persistence
Mount persistent storage for database files, uploaded attachments, and any server state. Back up those volumes before upgrades.