Skip to content

Commit

Permalink
improve elasticsearch test
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Nov 2, 2023
1 parent 97e2748 commit 65aac34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions TESTING_dockercompose.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ docker compose down
# Should start up our Lagoon Drupal site successfully
docker compose build && docker compose up -d

# Ensure mariadb pod is ready to connect
docker run --rm --net drupal-elasticsearch-default amazeeio/dockerize dockerize -wait tcp://mariadb:3306 -timeout 1m
# Ensure mariadb and elasticsearch pods are ready to connect
docker run --rm --net drupal-elasticsearch_default amazeeio/dockerize dockerize -wait tcp://mariadb:3306 -timeout 1m
docker run --rm --net drupal-elasticsearch_default amazeeio/dockerize dockerize -wait tcp://elasticsearch:9200 -timeout 1m
```

Verification commands
Expand Down

0 comments on commit 65aac34

Please sign in to comment.