feat: rebuild birth time rectification workflow

This commit is contained in:
Jesse_Chen
2026-07-27 09:57:14 +08:00
parent 380aba4628
commit 2ca245d643
66 changed files with 5826 additions and 699 deletions
+18
View File
@@ -4,5 +4,23 @@ services:
- default
- app
rectification-v4-worker:
image: ${WEB_IMAGE:-jyotisha-web:local}
restart: unless-stopped
env_file:
- ${APP_ENV_FILE:-../.env.staging}
environment:
GITHUB_SHA: ${GITHUB_SHA}
JYOTISH_API_BASE: http://api:5200
working_dir: /app/frontend
command: ["npm", "run", "worker:rectification-v4"]
depends_on:
api:
condition: service_healthy
postgres:
condition: service_healthy
networks:
- app
networks:
app: