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 -6
View File
@@ -4,7 +4,7 @@ version: "3.8"
services:
# ================== Балансировщик ==================
traefik:
image: traefik:latest
image: traefik-coraza:latest
command:
# - "--log.level=DEBUG"
- "--api.insecure=true"
@@ -21,8 +21,7 @@ services:
- "--accesslog=true"
- "--accesslog.filepath=/var/log/traefik/access.log"
- "--accesslog.format=json"
- "--experimental.plugins.coraza.modulename=github.com/jcchavezs/coraza-http-wasm-traefik"
- "--experimental.plugins.coraza.version=v0.3.0"
- "--experimental.localPlugins.coraza.modulename=github.com/jcchavezs/coraza-http-wasm-traefik"
ports:
- "80:80"
- "443:443"
@@ -32,7 +31,6 @@ services:
- "./traefik/certs:/etc/traefik/certs:ro"
- "./traefik/dynamic_conf.yml:/etc/traefik/dynamic_conf.yml:ro"
- "traefik-logs:/var/log/traefik"
- "traefik-plugins:/plugins-storage"
networks:
- eventhub-net
deploy:
@@ -226,5 +224,4 @@ volumes:
prometheus-data:
grafana-data:
traefik-logs:
loglynx-data:
traefik-plugins:
loglynx-data: