Merge pull request #1094 from mozilla/sampledata_wait_elasticsearch

Configure sampledata container to wait for ES first
This commit is contained in:
Brandon Myers 2019-02-06 12:59:57 -06:00 коммит произвёл GitHub
Родитель 4ff7b251a2 d67c8f3a87
Коммит 7e87f73acc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@ services:
context: ../../
dockerfile: docker/compose/mozdef_sampledata/Dockerfile
restart: always
command: bash -c '/opt/mozdef/envs/mozdef/examples/demo/sampleevents.sh'
command: bash -c 'while ! timeout 1 bash -c "echo > /dev/tcp/elasticsearch/9200";do sleep 1;done && /opt/mozdef/envs/mozdef/examples/demo/sampleevents.sh'
links:
- elasticsearch
depends_on: