e11dc78fdc
update submodule
2025-09-22 05:26:53 +00:00
2dfcf4ca07
align for IA agents + grafana
2025-09-22 05:21:50 +00:00
01b7698dbd
update submodule
2025-09-22 01:27:08 +00:00
dd54fe6bc0
update submodule
2025-09-22 01:10:42 +00:00
7d2f5b2e7c
update submodule
2025-09-21 23:53:46 +00:00
3b0bc8b5c2
update submodule
2025-09-21 23:51:02 +00:00
2e822c2605
update submodule
2025-09-21 23:37:37 +00:00
18d2e3b70b
update submodule
2025-09-21 23:34:45 +00:00
008b2d6c3f
update submodule
2025-09-21 23:33:00 +00:00
476b67ed2f
update submodule
2025-09-21 23:30:29 +00:00
48355d20cf
update submodule
2025-09-21 23:17:21 +00:00
72c49f9e18
ci: docker_tag=ext - Formatage script start-with-progress.sh
2025-09-21 22:59:43 +00:00
2a2ab66f2d
update submodule
2025-09-21 22:56:40 +00:00
b029693c55
update submodule
2025-09-21 22:50:25 +00:00
56a46a516c
update submodule
2025-09-21 22:45:00 +00:00
0ee0505ce5
ci: docker_tag=ext - Add start-monitoring.sh script and update deployment architecture
...
- Create start-monitoring.sh for independent monitoring services startup
- Update start-with-progress.sh with 5-phase deployment architecture
- Fix docker-compose.yml dependencies syntax for proper service ordering
- Implement Loki → Promtail → Grafana sequential startup
- Add proper healthcheck dependencies between monitoring services
- Separate application services from monitoring services
- Optimize startup order: base services (parallel) → blockchain (sequential) → apps (sequential) → monitoring (independent) → utils
2025-09-21 22:36:32 +00:00
2b1cf9f406
update submodule
2025-09-21 22:28:31 +00:00
2af9890b07
ci: docker_tag=ext - Update configurations and monitoring scripts for deployment
2025-09-21 22:13:01 +00:00
282cdae489
ci: docker_tag=ext - Add centralized environment variables
2025-09-21 20:53:24 +00:00
2f6da80408
ci: docker_tag=ext
...
Centralisation des variables d'environnement:
- Création du .env.master avec toutes les variables
- Mise à jour docker-compose.yml pour passer toutes les variables d'environnement
- Suppression des références aux fichiers .env des services
- Configuration centralisée pour tous les services
2025-09-21 20:21:03 +00:00
e277f6ae57
ci: docker_tag=ext - Trigger CI build for Docker images
2025-09-21 19:57:50 +00:00
87734937df
ci: docker_tag=ext - Update for 4NK_env integration
2025-09-21 19:55:47 +00:00
66479e38ce
align for IA agents + grafana
2025-09-21 19:11:44 +00:00
2ce3c385a2
align for IA agents + grafana
2025-09-21 18:54:11 +00:00
8dd0d1b2b2
ci: docker_tag=ext - Update documentation and IA_agents with Docker optimization
2025-09-21 18:50:56 +00:00
bc20b990ca
ci: docker_tag=ext - Add base-image and optimize miner Dockerfile
2025-09-21 18:25:28 +00:00
6258bc5a55
align for IA agents + grafana
2025-09-21 17:46:06 +00:00
b2e220243c
align for IA agents + grafana
2025-09-21 17:23:56 +00:00
ff62c97f72
align for IA agents + grafana
2025-09-21 17:14:01 +00:00
d17a6e8617
align for IA agents + grafana
2025-09-21 17:09:35 +00:00
5afdd60558
ci: docker_tag=ext
2025-09-21 17:05:30 +00:00
4e4193ca71
align for IA agents + grafana
2025-09-21 16:57:40 +00:00
61afed3354
ci: docker_tag=ext
2025-09-21 16:57:21 +00:00
e9fe1e97f2
align for IA agents + grafana
2025-09-21 16:56:54 +00:00
c6c33cfc9d
ci: docker_tag=ext - Update deployment guidelines and fix ihm_client import paths
2025-09-21 16:51:25 +00:00
020f6ea32b
align for IA agents + grafana
2025-09-21 16:47:50 +00:00
c843ef6e6f
align for IA agents + grafana
2025-09-21 16:15:11 +00:00
9999eaf401
align for IA agents + grafana
2025-09-21 16:14:14 +00:00
a4db525885
align for IA agents + grafana
2025-09-21 16:09:01 +00:00
b1a3ba5fa7
align for IA agents + grafana
2025-09-21 16:06:32 +00:00
45e4cd4718
align for IA agents + grafana
2025-09-21 15:59:18 +00:00
621416f608
ci: docker_tag=ext - Complete functional test validation
...
- Added /lecoffre route to nginx configuration for proper frontend routing
- Validated complete functional flow: notaire login → IdNot redirect → iframe validation → Stripe verification
- All critical services operational: Frontend, IdNot API, IHM Client, WebSockets
- Identified Stripe routes configuration issue (non-blocking for main flow)
- Created comprehensive functional test documentation
Functional flow status: ✅ OPERATIONAL
Services tested: Frontend LeCoffre, IdNot API, IHM Client, WebSockets
Ready for end-to-end functional testing
2025-09-21 15:57:46 +00:00
451ece17c7
align for IA agents + grafana
2025-09-21 15:52:41 +00:00
4f172c6f5d
ci: docker_tag=ext - Fix all services to listen on 0.0.0.0 for external access
...
- Updated docker-compose.yml: all services now listen on 0.0.0.0 instead of 127.0.0.1
- Updated nginx configuration: proxy_pass uses localhost for local services
- Fixed ihm_client build issues with sdk_client.js
- All services now accessible from external domain
- Added comprehensive deployment documentation
Services accessible via HTTPS:
- Frontend: https://dev4.4nkweb.com/lecoffre ✅
- IHM Client: https://dev4.4nkweb.com/ ✅
- Grafana: https://dev4.4nkweb.com/grafana/ ✅
- Status: https://dev4.4nkweb.com/status/ ✅
2025-09-21 15:49:50 +00:00
b70dd0ed13
align for IA agents + grafana
2025-09-21 15:49:30 +00:00
243e621709
align for IA agents + grafana
2025-09-21 15:42:51 +00:00
d006495b70
align for IA agents + grafana
2025-09-21 15:40:29 +00:00
336816dd99
align for IA agents + grafana
2025-09-21 15:38:51 +00:00
adff26e71b
ci: docker_tag=ext - Fix Alpine Dockerfiles and add deployment documentation
2025-09-21 15:35:56 +00:00
cf187f3ec3
align for IA agents + grafana
2025-09-21 15:07:26 +00:00