align for IA agents + grafana

This commit is contained in:
Nicolas Cantu 2025-09-21 14:11:13 +00:00
parent f6dc2812d4
commit 242e7bcd57
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ Ces scripts doivent évoluer au fil des retours et être améliorés plutôt que
Dans **tous les projets** : Dans **tous les projets** :
- Analyse le dossier pour bien le comprendre
- Analyse le code pour bien le comprendre
- Une branche Git dédiée `ext` existe. - Une branche Git dédiée `ext` existe.
- Aucun tag Git nommé `ext` nexiste. - Aucun tag Git nommé `ext` nexiste.
- Des images Docker avec le tag `ext` existent. - Des images Docker avec le tag `ext` existent.

View File

@ -273,7 +273,7 @@ services:
image: grafana/grafana:latest image: grafana/grafana:latest
container_name: grafana container_name: grafana
ports: ports:
- "127.0.0.1:3000:3000" - "127.0.0.1:3005:3000"
volumes: volumes:
- grafana_data:/var/lib/grafana - grafana_data:/var/lib/grafana
- ./conf/grafana/provisioning:/etc/grafana/provisioning - ./conf/grafana/provisioning:/etc/grafana/provisioning