···11+# Docker Compose runtime environment
22+# Copy to .env.prod and fill in values for production deployment
33+44+# Registry hostname (used to pull images)
55+REGISTRY_HOST=booskie-box.coin-aldebaran.ts.net
66+77+# ClickHouse connection (indexer)
88+CLICKHOUSE_URL=https://your-clickhouse-host:8443
99+CLICKHOUSE_DATABASE=weaver
1010+CLICKHOUSE_USER=default
1111+CLICKHOUSE_PASSWORD=your-password-here