chore: retire legacy rectification runtime
Staging Backend Quality Gate / validate (push) Failing after 9m57s
Staging Backend Quality Gate / publish (push) Has been skipped

This commit is contained in:
Jesse_Chen
2026-08-07 12:54:25 +08:00
parent 28147b40d0
commit f3946eaa6f
158 changed files with 166 additions and 41640 deletions
-19
View File
@@ -4,24 +4,5 @@ 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:
- default
- app
networks:
app: