mirror of
https://github.com/ajvpot/meshexplorer.git
synced 2026-06-11 09:44:52 +02:00
6a1536410c
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>
15 lines
237 B
Plaintext
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
|