Skip to content

Commit

Permalink
Merge pull request #194 from Olog/fix-compose-args
Browse files Browse the repository at this point in the history
fix: set host vars in docker compose
  • Loading branch information
thelarsjohansson committed Mar 27, 2024
2 parents 8947465 + 099e3df commit 5b56a51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose-integrationtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ services:
embedded_ldap.enabled: "false"
demo_auth.enabled: "true"
skipITCoverage: "true"
mongo.host: mongo
elasticsearch.network.host: elastic
command: >
/bin/bash -c "
while ! curl -s -f elastic:9200/_cluster/health?wait_for_status=yellow;
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ services:
depends_on:
- mongo
- elastic
environment:
mongo.host: mongo
elasticsearch.network.host: elastic
# Ensure that the elastic server is up before starting olog.
command: >
/bin/bash -c "
Expand Down

0 comments on commit 5b56a51

Please sign in to comment.