CI/CD: ci, deploy-ift и deploy-stage через EventHubDevOps; фиксы calendar view, archive, API-тесты, traefik-coraza
Deploy IFT (core) / deploy-ift-core (push) Failing after 22m58s
CI / test (push) Failing after 22m59s

This commit is contained in:
2026-07-08 14:50:59 +03:00
parent 4cb6056917
commit f4746df4a2
15 changed files with 247 additions and 53 deletions
+3
View File
@@ -1,6 +1,9 @@
# Основной образ EventHub (единственный для нод)
docker build -t eventhub:latest -f docker/Dockerfile .
# Traefik + Coraza WAF (wasm встроен в образ, без plugins.traefik.io)
docker build -t traefik-coraza:latest -f docker/traefik/Dockerfile docker/traefik
# Сервис заглушка
docker build -t fallback:latest -f docker/fallback/Dockerfile docker/fallback