chore: import local project into Gitea

This commit is contained in:
2026-05-20 10:03:41 -07:00
commit 62745cd2f6
4 changed files with 46 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# docker — compose scratch pad
Includes **`b use/`** with a stub `docker-compose.yml` and **`web-ui/`** assets.
Populate `docker-compose.yml` with actual services (`services:` block) referencing your images or build contexts inside `web-ui/`.
Suggested workflow:
```bash
cd "b use"
docker compose config # validates structure once filled
docker compose up -d # once services exist
```
Add per-service README files under child directories once they stabilize.