Altworx requires docker compose V2 installed on the host OS. See
https://docs.docker.com/compose/install/linux/ for instructions. Also update altworx-prod.yml to
remove obsolete key version. In the dev environment, it is necessary to stop all altworx-related
containers, remove the network aw_default and start the containers: make shutdown-docker-dev-infrastructure
docker network inspect aw_default | jq -r '.[0].Containers | map(.Name) | .[]' | xargs -r docker rm -f
docker network rm -f aw_default
make docker-dev-infrastructure