fix: bind ecosystem Next apps on all interfaces

This commit is contained in:
Saravana Kumar 2026-05-27 21:10:24 +00:00
parent d082480849
commit af035e7d33

View File

@ -696,6 +696,7 @@ services:
environment:
- NODE_ENV=production
- PORT=3035
- HOSTNAME=0.0.0.0
- PLATFORM_SERVICE_URL=http://platform-service:4003
depends_on:
jarvisjr-backend:
@ -721,6 +722,7 @@ services:
environment:
- NODE_ENV=production
- PORT=3040
- HOSTNAME=0.0.0.0
- API_URL=http://flowmonk-backend:4017
- PLATFORM_URL=http://platform-service:4003/api
depends_on:
@ -772,6 +774,7 @@ services:
environment:
- NODE_ENV=production
- PORT=3050
- HOSTNAME=0.0.0.0
- PLATFORM_SERVICE_URL=http://platform-service:4003
depends_on:
mindlyst-backend:
@ -801,6 +804,7 @@ services:
environment:
- NODE_ENV=production
- PORT=3060
- HOSTNAME=0.0.0.0
- API_URL=http://actiontrail-backend:4018
- PLATFORM_URL=http://platform-service:4003
depends_on:
@ -827,6 +831,7 @@ services:
environment:
- NODE_ENV=production
- PORT=3070
- HOSTNAME=0.0.0.0
- BACKEND_URL=http://localmemgpt-backend:4019
- PLATFORM_URL=http://platform-service:4003
depends_on:
@ -871,6 +876,7 @@ services:
environment:
- NODE_ENV=production
- PORT=3075
- HOSTNAME=0.0.0.0
- OLLAMA_URL=http://host.docker.internal:11434
- OLLAMA_HOST=http://host.docker.internal:11434
extra_hosts: