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 -4
View File
@@ -2,7 +2,7 @@
services:
# ================== Балансировщик (HTTPS/WSS, WAF, логи) ==================
traefik:
image: traefik:latest
image: traefik-coraza:latest
user: "0:1001" # группа docker на хосте
command:
- "--api.insecure=true"
@@ -20,9 +20,8 @@ services:
- "--accesslog=true"
- "--accesslog.filepath=/var/log/traefik/access.log"
- "--accesslog.format=json"
# Coraza WAF
- "--experimental.plugins.coraza.modulename=github.com/jcchavezs/coraza-http-wasm-traefik"
- "--experimental.plugins.coraza.version=v0.2.0"
# Coraza WAF (локальный wasm из образа)
- "--experimental.localPlugins.coraza.modulename=github.com/jcchavezs/coraza-http-wasm-traefik"
ports:
- "80:80"
- "443:443"