# Docker Compose runtime environment # Copy to .env.prod and fill in values for production deployment # Registry hostname (used to pull images) REGISTRY_HOST=booskie-box.coin-aldebaran.ts.net # ClickHouse connection (indexer) CLICKHOUSE_URL=https://your-clickhouse-host:8443 CLICKHOUSE_DATABASE=weaver CLICKHOUSE_USER=default CLICKHOUSE_PASSWORD=your-password-here