diff --git a/docker-compose.ecosystem.yml b/docker-compose.ecosystem.yml index 02899956..13e552ae 100644 --- a/docker-compose.ecosystem.yml +++ b/docker-compose.ecosystem.yml @@ -534,8 +534,10 @@ services: environment: - NODE_ENV=production - PORT=3002 - - NEXT_PUBLIC_BACKEND_URL=http://lysnrai-backend:4015 - - NEXT_PUBLIC_PLATFORM_URL=http://platform-service:4003 + - PLATFORM_SERVICE_URL=http://platform-service:4003 + - ACTIONTRAIL_SERVICE_URL=http://actiontrail-backend:4018 + - NEXT_PUBLIC_PLATFORM_SERVICE_URL=http://platform-service:4003 + - NEXT_PUBLIC_PRODUCT_ID=lysnrai depends_on: lysnrai-backend: condition: service_healthy @@ -552,7 +554,7 @@ services: - NODE_ENV=production - PORT=3030 - NEXT_PUBLIC_BACKEND_URL=http://chronomind-backend:4011 - - NEXT_PUBLIC_PLATFORM_URL=http://platform-service:4003 + - NEXT_PUBLIC_PLATFORM_SERVICE_URL=http://platform-service:4003 depends_on: chronomind-backend: condition: service_healthy @@ -568,8 +570,7 @@ services: environment: - NODE_ENV=production - PORT=3035 - - NEXT_PUBLIC_BACKEND_URL=http://jarvisjr-backend:4012 - - NEXT_PUBLIC_PLATFORM_URL=http://platform-service:4003 + - NEXT_PUBLIC_PLATFORM_SERVICE_URL=http://platform-service:4003 depends_on: jarvisjr-backend: condition: service_healthy @@ -585,7 +586,6 @@ services: environment: - NODE_ENV=production - PORT=3040 - - NEXT_PUBLIC_BACKEND_URL=http://flowmonk-backend:4017 - NEXT_PUBLIC_PLATFORM_URL=http://platform-service:4003 depends_on: flowmonk-backend: @@ -602,8 +602,8 @@ services: environment: - NODE_ENV=production - PORT=3045 - - NEXT_PUBLIC_BACKEND_URL=http://notelett-backend:4016 - - NEXT_PUBLIC_PLATFORM_URL=http://platform-service:4003 + - NEXT_PUBLIC_NOTES_API_URL=http://notelett-backend:4016/api + - NEXT_PUBLIC_PLATFORM_SERVICE_URL=http://platform-service:4003/api depends_on: notelett-backend: condition: service_healthy @@ -619,8 +619,7 @@ services: environment: - NODE_ENV=production - PORT=3050 - - NEXT_PUBLIC_BACKEND_URL=http://mindlyst-backend:4014 - - NEXT_PUBLIC_PLATFORM_URL=http://platform-service:4003 + - NEXT_PUBLIC_PLATFORM_SERVICE_URL=http://platform-service:4003 depends_on: mindlyst-backend: condition: service_healthy @@ -636,8 +635,8 @@ services: environment: - NODE_ENV=production - PORT=3055 - - NEXT_PUBLIC_BACKEND_URL=http://nomgap-backend:4013 - - NEXT_PUBLIC_PLATFORM_URL=http://platform-service:4003 + - NEXT_PUBLIC_NOMGAP_API_URL=http://nomgap-backend:4013/api + - NEXT_PUBLIC_PLATFORM_SERVICE_URL=http://platform-service:4003/api depends_on: nomgap-backend: condition: service_healthy @@ -653,7 +652,7 @@ services: environment: - NODE_ENV=production - PORT=3060 - - NEXT_PUBLIC_BACKEND_URL=http://actiontrail-backend:4018 + - NEXT_PUBLIC_API_URL=http://actiontrail-backend:4018 - NEXT_PUBLIC_PLATFORM_URL=http://platform-service:4003 depends_on: actiontrail-backend: