From 0012f30bada0e6aa7d48cec99d6a660b543cd750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Pe=C3=B1a?= Date: Mon, 27 Nov 2023 17:32:07 -0800 Subject: [PATCH] add ES_URL env variable to reg-api-integration-test-with-wait in docker compose file --- docker/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index d12a2e4..e1389f0 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -249,6 +249,7 @@ services: image: ${POSTMAN_NEWMAN_IMAGE} environment: - REG_API_URL=${REG_API_URL} + - ES_URL=${ES_URL} volumes: - ${POSTMAN_COLLECTION_FILE}:/postman/postman-collection.json - ./scripts/postman-waits-for-test-data.sh:/usr/local/bin/postman-waits-for-test-data.sh