An offline todo list
nice -19 docker-compose up -d --no-build
The build is configured to run in Dockerhub when a commit is pushed to the master branch in github.
All data is held in memory (there's not a great deal of it). After data is altered, it as also asynchronously written to the filesystem. This file lives on a docker volume, so it can persist restarts. Data is only ever read from filesystem on startup (and as part of monitoring, but that doesn't get used). If data is restored from a backup, the service needs to be restarted for the data to be picked up (note any data edits prior to a restart will completely replace the restored backup on the filesystem).
Content type
Image
Digest
sha256:a7e163a94…
Size
92.4 MB
Last updated
2 days ago
docker pull lucas42/lucos_notes