Skip to content

Fix mirage boot api container - #872

Merged
dmytrotkk merged 1 commit into
miragefrom
fix-mirage-boot-api
Jun 25, 2025
Merged

Fix mirage boot api container#872
dmytrotkk merged 1 commit into
miragefrom
fix-mirage-boot-api

Conversation

@dmytrotkk

Copy link
Copy Markdown
Collaborator

This pull request refactors service definitions in node_cli/utils/docker_utils.py to simplify and consolidate the service composition logic. The most important change is the removal of CORE_MIRAGE_COMPOSE_SERVICES and its integration into other service groups.

Refactoring service definitions:

  • Removed CORE_MIRAGE_COMPOSE_SERVICES and directly integrated its services into BASE_MIRAGE_COMPOSE_SERVICES and BASE_MIRAGE_BOOT_COMPOSE_SERVICES to streamline service composition.
  • Added new services mirage-boot-api to BASE_MIRAGE_BOOT_COMPOSE_SERVICES and ensured all service groups consistently inherit from CORE_COMMON_COMPOSE_SERVICES.

@dmytrotkk dmytrotkk self-assigned this Jun 25, 2025
@dmytrotkk dmytrotkk linked an issue Jun 25, 2025 that may be closed by this pull request
@dmytrotkk
dmytrotkk merged commit f8cd54f into mirage Jun 25, 2025
@dmytrotkk
dmytrotkk deleted the fix-mirage-boot-api branch June 25, 2025 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Handle FAIR boot api and FAIR node api separately

2 participants