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
|
# PORT PUBLIC
|
||||||
WEB_PORT=3000
|
WEB_PORT=3000
|
||||||
API_PORT=4000
|
API_PORT=4000
|
||||||
|
BOT_PORT=4100
|
||||||
|
|
||||||
# DB
|
# DB
|
||||||
POSTGRES_DB=
|
POSTGRES_DB=
|
||||||
|
|||||||
@@ -115,6 +115,8 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
api:
|
api:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
ports:
|
||||||
|
- "${BOT_PORT}:4100"
|
||||||
networks:
|
networks:
|
||||||
- edge_net
|
- edge_net
|
||||||
- backend_net
|
- backend_net
|
||||||
|
|||||||
Reference in New Issue
Block a user