chore: update
ci-api / test (push) Successful in 22m30s
ci-web / test (push) Successful in 13m15s

This commit is contained in:
Nuxgrid
2026-08-01 23:33:11 +02:00
parent cb966fcaf0
commit fb10d25ee2
21 changed files with 612 additions and 81 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ REDIS_PASSWORD=630fa654c76f1256fea3ba3c51a718a4
OMNEX_ENV=dev
OMNEX_SEED_USERNAME=admin
OMNEX_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:5173
OMNEX_DEMO_DOMAIN=demo.omnex.app
OMNEX_DEMO_DOMAIN=192.168.1.31.nip.io
OMNEX_DEMO_HTTPS_PORT=31908
KUBECONFIG=/home/xor_fakers/.kube/config
FRONTEND_IMAGE_APP=xor1234/frontend-mln:helm
BACKEND_IMAGE_APP=xor1234/backend-mln:helm
+8 -1
View File
@@ -53,7 +53,8 @@ services:
OMNEX_REDIS_URL: "redis://:${REDIS_PASSWORD:-omnexredis}@redis:6379/0"
OMNEX_SEED_USERNAME: ${OMNEX_SEED_USERNAME:-admin}
OMNEX_SEED_PASSWORD: ${OMNEX_SEED_PASSWORD}
OMNEX_DEMO_DOMAIN: ${OMNEX_DEMO_DOMAIN:-demo.omnex.app}
OMNEX_DEMO_DOMAIN: ${OMNEX_DEMO_DOMAIN:-192.168.1.31.nip.io}
OMNEX_DEMO_HTTPS_PORT: ${OMNEX_DEMO_HTTPS_PORT:-443}
FRONTEND_IMAGE_APP: ${FRONTEND_IMAGE_APP:-xor1234/frontend-mln:latest}
BACKEND_IMAGE_APP: ${BACKEND_IMAGE_APP:-xor1234/backend-mln:latest}
KUBECONFIG: /kubeconfig/config
@@ -65,6 +66,12 @@ services:
interval: 5s
timeout: 3s
retries: 10
# Le temps que le fix "EnsureSharedInfra en arrière-plan" soit déployé
# (voir control-plane/api/cmd/api/main.go) : laisse la marge pour que
# le "helm upgrade --install --wait --timeout 5m" bloquant échoue tout
# seul si le cluster est injoignable, plutôt que de faire échouer
# `docker compose up` avant même que le serveur HTTP démarre.
start_period: 330s
ports:
- "8080:8080"