Initial commit

This commit is contained in:
2026-03-05 17:47:01 +01:00
commit 563202f986
20 changed files with 1136 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Docker Stacks Layout
This page is my reference for how I structure Docker stacks on the home server.
## Scope
- Where stacks live on disk.
- How I name stacks, services, and volumes.
- How I update or recreate a stack safely.
## Notes / TODO
- Describe `/srv/ssd` layout in detail.
- Document a real example stack (e.g. monitoring or media).
- Add a short “update procedure” for a stack.