Optimizare scripturi build/CI si functionalitati noi Lot 2
- CI/CD GitLab (.gitlab-ci.yml): verify -> test -> build -> publish -> deploy cu health-gate (/api/v3/health/all) + rollback manual - Publicare pe retele sociale (LinkedIn/Facebook) din Analysis History (social.ts, linkedin.ts, facebook.ts, SocialPostModal) - Specificatii OpenAPI: agent-v3 (87 op.) si didi-framework (287 op.) - Matrice testare acceptanta beneficiar + script dovezi API - Fix nginx SSL: redirect port 3001 (error_page 497, absolute_redirect off) - Adrese interne inlocuite cu hostname-uri generice (.local)
This commit is contained in:
parent
8ecc78e729
commit
7e4f23d4c4
22 changed files with 19477 additions and 110 deletions
|
|
@ -27,10 +27,10 @@ fi
|
|||
# -------------------------------------------------------------------------
|
||||
# Cluster (external S3 cluster live since 2026-04-23)
|
||||
# -------------------------------------------------------------------------
|
||||
# NOTE: Using VIP IP directly (10.11.10.128) instead of DNS <minio-host> —
|
||||
# NOTE: Using VIP IP directly (minio-cluster.local) instead of DNS <minio-host> —
|
||||
# Docker containers don't resolve internal pfSense DNS (they use systemd-resolved
|
||||
# at 127.0.0.53 which doesn't see minio-host zone). VIP IP is stable.
|
||||
CLUSTER_ENDPOINT="10.11.10.128"
|
||||
CLUSTER_ENDPOINT="minio-cluster.local"
|
||||
CLUSTER_PORT="9000"
|
||||
CLUSTER_USE_SSL="false"
|
||||
CLUSTER_BUCKET="didi-prod"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue