Skip to content

Commit c8db246

Browse files
add product_api_base_url param
1 parent e7c0234 commit c8db246

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/director-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/docker_compose_specs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ async def assemble_spec( # pylint: disable=too-many-arguments # noqa: PLR0913
277277
simcore_service_labels: SimcoreServiceLabels,
278278
allow_internet_access: bool,
279279
product_name: ProductName,
280+
product_api_base_url: str,
280281
user_id: UserID,
281282
project_id: ProjectID,
282283
node_id: NodeID,
@@ -354,6 +355,7 @@ async def assemble_spec( # pylint: disable=too-many-arguments # noqa: PLR0913
354355
safe=False,
355356
user_id=user_id,
356357
product_name=product_name,
358+
product_api_base_url=product_api_base_url,
357359
project_id=project_id,
358360
node_id=node_id,
359361
service_run_id=service_run_id,
@@ -394,6 +396,7 @@ async def assemble_spec( # pylint: disable=too-many-arguments # noqa: PLR0913
394396
user_id=user_id,
395397
safe=True,
396398
product_name=product_name,
399+
product_api_base_url=product_api_base_url,
397400
project_id=project_id,
398401
node_id=node_id,
399402
service_run_id=service_run_id,

0 commit comments

Comments
 (0)