fix: correction du bug qui empecher de controler ces bots

This commit is contained in:
Puechberty Arthur
2026-04-23 19:22:25 +02:00
parent cd209d1798
commit 9c311b75dd
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ NODE_ENV=production
# PORT PUBLIC
WEB_PORT=3000
API_PORT=4000
BOT_PORT=4100
# DB
POSTGRES_DB=
+2
View File
@@ -115,6 +115,8 @@ services:
condition: service_healthy
api:
condition: service_started
ports:
- "${BOT_PORT}:4100"
networks:
- edge_net
- backend_net