Skip to content

Commit

Permalink
add ES_URL env variable to reg-api-integration-test-with-wait in dock…
Browse files Browse the repository at this point in the history
…er compose file
  • Loading branch information
miguelp1986 committed Nov 28, 2023
1 parent eccc49e commit 0012f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0012f30

Please sign in to comment.