Initial worker service

This commit is contained in:
Ruslan Bakiev
2026-05-05 12:05:55 +07:00
commit e87f9b3c57
44 changed files with 13700 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
DATABASE_URL="postgresql://mapflow:mapflow@localhost:5432/mapflow"
HATCHET_CLIENT_TOKEN=""
HATCHET_CLIENT_HOST_PORT="localhost:7070"
HATCHET_WORKER_NAME="mapflow-hatchet-worker"
HATCHET_WORKER_SLOTS="4"