wihaha's picture
add huggingface space config
826731c
|
Raw
History Blame Contribute Delete
551 Bytes
---
title: FDE World Cup Data Worker
emoji:
colorFrom: indigo
colorTo: green
sdk: docker
app_port: 7860
pinned: false
---
# FDE World Cup Data Worker
Standalone HuggingFace Docker Space for scheduled 2026 World Cup data synchronization.
The container runs `pnpm worldcup:sync:daemon`, writes sync results to Supabase, and exposes `/` and `/healthz` for worker status.
Required secret:
```bash
SUPABASE_DB_URL=postgresql://...
```
Recommended variables:
```bash
WORLDCUP_SYNC_INTERVAL_MINUTES=30
WORLDCUP_SYNC_UNTIL=2026-07-20T00:00:00Z
```