Skip to content

Update Makefile to use new docker compose syntax #2746

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

stastnypremysl
Copy link
Collaborator

This pull request updates the Makefile to align with the latest Docker CLI syntax. The changes replace the deprecated docker-compose command with the newer docker compose command.

  • Updated Docker CLI commands:
    • Replaced docker-compose with docker compose for starting development services in the start-services target. (Makefile, MakefileL271-R275)
    • Replaced docker-compose with docker compose for stopping development services in the stop-services target. (Makefile, MakefileL271-R275)

@Copilot Copilot AI review requested due to automatic review settings June 30, 2025 22:55
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Aligns the Makefile with the latest Docker CLI by replacing deprecated docker-compose invocations with the integrated docker compose syntax.

  • Updated start-services target to use docker compose up -d
  • Updated stop-services target to use docker compose down
Comments suppressed due to low confidence (1)

Makefile:270

  • [nitpick] Update the comment to reflect the new CLI syntax (e.g., change docker-compose to docker compose) for consistency.
start-services:  #-- Start development services with docker-compose

@cjdsellers cjdsellers merged commit 22e9b95 into nautechsystems:develop Jul 1, 2025
13 checks passed
@stastnypremysl stastnypremysl deleted the fix-makefile-docker-compose-new-syntax branch July 1, 2025 01:07
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.

2 participants