From 8921c6dd628d5076d5158c389f95954f19b5944b Mon Sep 17 00:00:00 2001 From: Emanuele Panzeri Date: Thu, 28 Nov 2024 21:59:25 +0100 Subject: [PATCH] Use docker compose v2 on GitHub workflows --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index cbd6cc3879..4d64783ba2 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -82,7 +82,7 @@ jobs: sudo sysctl -w vm.swappiness=1 sudo sysctl -w fs.file-max=262144 sudo sysctl -w vm.max_map_count=262144 - ES_VERSION=${{ matrix.elasticsearch }} docker-compose --file=docker/docker-compose.proxy.yaml --file=docker/docker-compose.es.yaml up --detach + ES_VERSION=${{ matrix.elasticsearch }} docker compose --file=docker/docker-compose.proxy.yaml --file=docker/docker-compose.es.yaml up --detach docker run --rm --network=docker_elastic curlimages/curl --max-time 120 --retry-max-time 120 --retry 120 --retry-delay 5 --retry-all-errors --show-error --silent http://es01:9200 docker run --rm --network=docker_elastic curlimages/curl --max-time 120 --retry-max-time 120 --retry 120 --retry-delay 5 --retry-all-errors --show-error --silent http://es02:9200