openfun / marsha

:clapper: An opensource LTI Learning Content Management System (LCMS)
MIT License
107 stars 24 forks source link

🔨(docker) create a script managing docker compose binary to use #2385

Closed lunika closed 1 year ago

lunika commented 1 year ago

Purpose

In the makefile, we made a modification allowing to use docker compose in version 1 or 2. But we also use the docker-compose binary in script present in the bin directory. To use the right binary, we created a docker-compose script responsible to check the compose version and we use this script everywhere we want to use docker compose.

Proposal