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:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- PORT=3040
|
- 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:
|
depends_on:
|
||||||
flowmonk-backend:
|
flowmonk-backend:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user