fix(compose): add FlowMonk NEXT_PUBLIC_API_URL now that product-config supports it

This commit is contained in:
saravanakumardb1 2026-03-24 13:52:55 -07:00
parent 40731e06f4
commit 3b2d6391b9

View File

@ -586,7 +586,8 @@ services:
environment:
- NODE_ENV=production
- PORT=3040
- NEXT_PUBLIC_PLATFORM_URL=http://platform-service:4003
- NEXT_PUBLIC_API_URL=http://flowmonk-backend:4017
- NEXT_PUBLIC_PLATFORM_URL=http://platform-service:4003/api
depends_on:
flowmonk-backend:
condition: service_healthy