mirror of
https://github.com/turnstonelabs/turnstone.git
synced 2026-08-12 23:12:23 -06:00
effc60297c
run.sh autodetects Ubuntu/Debian, Fedora/RHEL, Arch, and WSL; ensures git and Docker; clones, builds, picks free ports (Caddy prefers 443, Postgres 5432), generates a .env with a JWT secret and Postgres password, asks how many nodes to run, and starts the stack. The node count persists via an auto-loaded compose.override.yaml, so a later plain `docker compose up -d` keeps it; a fresh clone with no override still starts all 10. Ignores the generated override.
31 lines
466 B
Plaintext
31 lines
466 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.egg
|
|
.venv/
|
|
venv/
|
|
.env
|
|
# Local compose overrides (e.g. run.sh's node-count limiter, bootstrap output)
|
|
compose.override.yaml
|
|
compose.override.yml
|
|
docker-compose.override.yaml
|
|
docker-compose.override.yml
|
|
*.so
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
*.db
|
|
.plan.md
|
|
.plan-*.md
|
|
.hypothesis/
|
|
PROGRESS.md
|
|
.coverage
|
|
tools/skill_audit_analysis/data/
|
|
tools/skill_audit_analysis/output/
|
|
design_ideas/
|
|
.claude/
|