diff --git a/docker-compose.ecosystem.yml b/docker-compose.ecosystem.yml index 13e552ae..53ff24ea 100644 --- a/docker-compose.ecosystem.yml +++ b/docker-compose.ecosystem.yml @@ -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