Files
meshexplorer/.gitignore
T
Alex Vanderpot 6a1536410c release-prep: unified docker-compose + .env.example
Single root compose brings up the whole stack on one internal network:
clickhouse (healthchecked) -> migrate (one-shot) -> meshcoreingest + meshexplorer,
with the discord-bot behind a "bot" profile. Web app/bot connect as the readonly
ClickHouse user; ingest/migrate use the default user. Named volume replaces the
host /tank path. .env.example documents every variable with placeholders; root
.gitignore keeps real .env out of git. Drops the per-project compose files.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-29 01:01:33 -04:00

15 lines
237 B
Plaintext

# Local environment configuration (never commit real secrets)
.env
.env.*
!.env.example
# OS files
.DS_Store
# Go build artifacts from the ingest module
/ingest/meshcoreingest
/ingest/migrate
/ingest/clickhouse-meshingest
*.test
*.out