···1+# Docker Compose runtime environment
2+# Copy to .env.prod and fill in values for production deployment
3+4+# Registry hostname (used to pull images)
5+REGISTRY_HOST=booskie-box.coin-aldebaran.ts.net
6+7+# ClickHouse connection (indexer)
8+CLICKHOUSE_URL=https://your-clickhouse-host:8443
9+CLICKHOUSE_DATABASE=weaver
10+CLICKHOUSE_USER=default
11+CLICKHOUSE_PASSWORD=your-password-here