Skip to content

chore: support Docker Compose V2 in Makefile

Matthias Käppler requested to merge mk-docker-compose-v2 into main

What does this merge request do and why?

Support Docker Compose V2 in Makefile

We were using the deprecated docker-compose command. Compose is now part of Docker itself.

I maintained back compat with the legacy command for now.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Install docker-compose package: make develop-local should work
  2. Uninstall docker-compose package: make develop-local should still work

Merge request checklist

  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.

Merge request reports