mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
docker-compose v1 is EOL since April 2022 and hasn't received any updates since May 2021. docker compose v2 is a complete rewrite in Go which acts as a plugin for the main docker application. The syntax is the same, but only the `compose` command differs. This commit adds the ability to override the default `docker-compose` command using `make DOCKER_COMPOSE='docker compose'`. Signed-off-by: Tom Siewert <tom@siewert.io>