atproto blogging
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)
5REGISTRY_HOST=booskie-box.coin-aldebaran.ts.net
6
7# ClickHouse connection (indexer)
8CLICKHOUSE_URL=https://your-clickhouse-host:8443
9CLICKHOUSE_DATABASE=weaver
10CLICKHOUSE_USER=default
11CLICKHOUSE_PASSWORD=your-password-here