From 3c88e719ed0d06101524c9641e377058d890a371 Mon Sep 17 00:00:00 2001 From: curo1305 Date: Sun, 12 Apr 2026 16:16:20 +0200 Subject: [PATCH] Add TODO list: rootless containers, persistent storage, Docker dev workflow Co-Authored-By: Claude Sonnet 4.6 --- TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..4ba514d --- /dev/null +++ b/TODO.md @@ -0,0 +1,7 @@ +# TODO + +## Infrastructure + +- [ ] **Rootless containers** — run backend and frontend containers as non-root users (add `USER` directive to Dockerfiles, map UID/GID appropriately) +- [ ] **Persistent storage** — ensure database data, config files, and any uploaded assets survive container restarts and rebuilds (named volumes, bind mounts for config) +- [ ] **Docker development workflow** — document and streamline the full dev loop: hot reload, one-command startup, migration handling, seed data, and how to attach a debugger