Skip to content

Commit

Permalink
fix: set host vars in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
cjenkscybercom committed Mar 26, 2024
1 parent 8947465 commit 10bbce5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ services:
depends_on:
- mongo
- elastic
environment:
cors.allowed.origins: http://localhost:3000
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 10bbce5

Please sign in to comment.