ops(sched-pipelines): локальный стенд sched + ym/ozon воркеры + browser/ntfy/alert-bridge; ТЗ разосланы

This commit is contained in:
2026-08-20 20:07:50 +03:00
parent cbd22be2a2
commit bfcc4d5e72
9 changed files with 491 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
FROM node:22-alpine
WORKDIR /app
COPY index.cjs ./
EXPOSE 9090
CMD ["node", "index.cjs"]