chore: import local project into Gitea
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# OS / tooling
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Editors
|
||||||
|
.cursor/
|
||||||
|
|
||||||
|
# Secrets
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
!.env.template
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
|
||||||
|
# Node / frontend
|
||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
|
||||||
|
# Typical embedded / tooling noise
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Builds (adjust per subtree if needed)
|
||||||
|
**/build/.ninja_deps
|
||||||
|
**/build/.ninja_log
|
||||||
|
|
||||||
15
README.md
Normal file
15
README.md
Normal 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.
|
||||||
0
b use/docker-compose.yml
Normal file
0
b use/docker-compose.yml
Normal file
1
b use/web-ui
Submodule
1
b use/web-ui
Submodule
Submodule b use/web-ui added at 4526d640c7
Reference in New Issue
Block a user