fix(compose): add FlowMonk NEXT_PUBLIC_API_URL now that product-config supports it
This commit is contained in:
parent
40731e06f4
commit
3b2d6391b9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user