mirror of
https://github.com/arthur-pbty/flint.git
synced 2026-08-01 20:29:03 +02:00
fix: correction du bug qui empecher de controler ces bots
This commit is contained in:
@@ -3,6 +3,7 @@ NODE_ENV=production
|
||||
# PORT PUBLIC
|
||||
WEB_PORT=3000
|
||||
API_PORT=4000
|
||||
BOT_PORT=4100
|
||||
|
||||
# DB
|
||||
POSTGRES_DB=
|
||||
|
||||
@@ -115,6 +115,8 @@ services:
|
||||
condition: service_healthy
|
||||
api:
|
||||
condition: service_started
|
||||
ports:
|
||||
- "${BOT_PORT}:4100"
|
||||
networks:
|
||||
- edge_net
|
||||
- backend_net
|
||||
|
||||
Reference in New Issue
Block a user