nettoyage du code

This commit is contained in:
Puechberty Arthur
2026-04-23 23:39:18 +02:00
parent 9c311b75dd
commit 0d55fe5978
160 changed files with 4165 additions and 1237 deletions
+2 -3
View File
@@ -57,7 +57,8 @@ services:
volumes:
- redis_data:/data
healthcheck:
test: ["CMD-SHELL", "redis-cli -a \"$${REDIS_PASSWORD}\" ping | grep -q PONG"]
test:
["CMD-SHELL", 'redis-cli -a "$${REDIS_PASSWORD}" ping | grep -q PONG']
interval: 10s
timeout: 5s
retries: 5
@@ -115,8 +116,6 @@ services:
condition: service_healthy
api:
condition: service_started
ports:
- "${BOT_PORT}:4100"
networks:
- edge_net
- backend_net