How to deploy STATEFUL container on DigitalOcean
The examples of usage includes,
- When you want to use MongoDB Atlas beyond free tier limits; or other self-hosted database
- Self-hosted WordPress
- Self-hosted stateful docker container, such as Remark42 or Isso.
(I have done all three.)
Actually, it's the answer to this question.
Need help deploy Docker that needs storage on GCP
For example, https://github.com/umputun/remark42 Internal BoltDB Uses docker-compose.yml h…