align for IA agents + grafana
This commit is contained in:
parent
ff62c97f72
commit
b2e220243c
@ -113,9 +113,7 @@ Les configurations ngnix doivent toutes être cenralisées dans lecoffre_node/co
|
||||
|
||||
Pour tous les projets contenant un **Dockerfile**, avant de pousser sur la branche `ext` :
|
||||
|
||||
- Supprime les caches
|
||||
- Des images Docker avec le tag `ext` existent.
|
||||
- Les images Docker ne sont build que via CI qui est la seule à pousser sur le registry ou pour test localement.
|
||||
- Supprime les caches docker
|
||||
- Aucun Dockerfile ne doit utiliser de clés ssh car aucun repos n'est privé, utiliser HTTPS.
|
||||
- Mettre à jour le Dockerfile pour maîtriser les prérequis :
|
||||
- inclure `sudo apt update && sudo apt upgrade`,
|
||||
@ -125,7 +123,6 @@ Pour tous les projets contenant un **Dockerfile**, avant de pousser sur la branc
|
||||
- installer rust (dernière version) et mettre à jour
|
||||
- installer `npm` (dernière version), instaler `wscat` (dernière version) et mettre à jour
|
||||
- Optimise le build
|
||||
- Construire l’image pour test.
|
||||
- Vérifier `.dockerignore`.
|
||||
- Vérifier à l'absence de dépendances croisées ou dupliquée entre les projets, sinon mutualiser via d'autres projets/docker
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
Sun Sep 21 14:04:29 UTC 2025: Test log entry for bitcoin
|
||||
Sun Sep 21 14:04:29 UTC 2025: Service bitcoin started successfully
|
||||
Sun Sep 21 17:19:13 UTC 2025: Test log entry for bitcoin
|
||||
Sun Sep 21 17:19:13 UTC 2025: Service bitcoin started successfully
|
||||
|
@ -1,2 +1,2 @@
|
||||
Sun Sep 21 14:04:29 UTC 2025: Test log entry for blindbit
|
||||
Sun Sep 21 14:04:29 UTC 2025: Service blindbit started successfully
|
||||
Sun Sep 21 17:19:13 UTC 2025: Test log entry for blindbit
|
||||
Sun Sep 21 17:19:13 UTC 2025: Service blindbit started successfully
|
||||
|
@ -1,2 +1,2 @@
|
||||
Sun Sep 21 14:04:29 UTC 2025: Test log entry for ihm_client
|
||||
Sun Sep 21 14:04:29 UTC 2025: Service ihm_client started successfully
|
||||
Sun Sep 21 17:19:13 UTC 2025: Test log entry for ihm_client
|
||||
Sun Sep 21 17:19:13 UTC 2025: Service ihm_client started successfully
|
||||
|
@ -1,2 +1,2 @@
|
||||
Sun Sep 21 14:04:29 UTC 2025: Test log entry for lecoffre-back
|
||||
Sun Sep 21 14:04:29 UTC 2025: Service lecoffre-back started successfully
|
||||
Sun Sep 21 17:19:13 UTC 2025: Test log entry for lecoffre-back
|
||||
Sun Sep 21 17:19:13 UTC 2025: Service lecoffre-back started successfully
|
||||
|
@ -1,2 +1,2 @@
|
||||
Sun Sep 21 14:04:29 UTC 2025: Test log entry for lecoffre-front
|
||||
Sun Sep 21 14:04:29 UTC 2025: Service lecoffre-front started successfully
|
||||
Sun Sep 21 17:19:13 UTC 2025: Test log entry for lecoffre-front
|
||||
Sun Sep 21 17:19:13 UTC 2025: Service lecoffre-front started successfully
|
||||
|
@ -1,2 +1,2 @@
|
||||
Sun Sep 21 14:04:29 UTC 2025: Test log entry for miner
|
||||
Sun Sep 21 14:04:29 UTC 2025: Service miner started successfully
|
||||
Sun Sep 21 17:19:13 UTC 2025: Test log entry for miner
|
||||
Sun Sep 21 17:19:13 UTC 2025: Service miner started successfully
|
||||
|
@ -1,2 +1,2 @@
|
||||
Sun Sep 21 14:04:29 UTC 2025: Test log entry for nginx
|
||||
Sun Sep 21 14:04:29 UTC 2025: Service nginx started successfully
|
||||
Sun Sep 21 17:19:13 UTC 2025: Test log entry for nginx
|
||||
Sun Sep 21 17:19:13 UTC 2025: Service nginx started successfully
|
||||
|
@ -1,2 +1,2 @@
|
||||
Sun Sep 21 14:04:29 UTC 2025: Test log entry for sdk_relay
|
||||
Sun Sep 21 14:04:29 UTC 2025: Service sdk_relay started successfully
|
||||
Sun Sep 21 17:19:13 UTC 2025: Test log entry for sdk_relay
|
||||
Sun Sep 21 17:19:13 UTC 2025: Service sdk_relay started successfully
|
||||
|
@ -1,2 +1,2 @@
|
||||
Sun Sep 21 14:04:29 UTC 2025: Test log entry for sdk_signer
|
||||
Sun Sep 21 14:04:29 UTC 2025: Service sdk_signer started successfully
|
||||
Sun Sep 21 17:19:13 UTC 2025: Test log entry for sdk_signer
|
||||
Sun Sep 21 17:19:13 UTC 2025: Service sdk_signer started successfully
|
||||
|
@ -1,2 +1,2 @@
|
||||
Sun Sep 21 14:04:29 UTC 2025: Test log entry for sdk_storage
|
||||
Sun Sep 21 14:04:29 UTC 2025: Service sdk_storage started successfully
|
||||
Sun Sep 21 17:19:13 UTC 2025: Test log entry for sdk_storage
|
||||
Sun Sep 21 17:19:13 UTC 2025: Service sdk_storage started successfully
|
||||
|
@ -1,2 +1,2 @@
|
||||
Sun Sep 21 14:04:29 UTC 2025: Test log entry for tor
|
||||
Sun Sep 21 14:04:29 UTC 2025: Service tor started successfully
|
||||
Sun Sep 21 17:19:13 UTC 2025: Test log entry for tor
|
||||
Sun Sep 21 17:19:13 UTC 2025: Service tor started successfully
|
||||
|
@ -22,7 +22,7 @@ if [ $# -eq 1 ]; then
|
||||
else
|
||||
# Collecter les logs de tous les services
|
||||
echo "📊 Collecte des logs de tous les services..."
|
||||
|
||||
|
||||
for service in bitcoin-signet blindbit-oracle sdk_relay sdk_signer sdk_storage lecoffre-back lecoffre-front ihm_client tor-proxy signet_miner; do
|
||||
if docker ps --format "table {{.Names}}" | grep -q "^${service}$"; then
|
||||
echo "📝 Collecte des logs pour $service..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user