mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-09 01:35:26 +00:00
9 lines
242 B
Bash
9 lines
242 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
dockerize \
|
||
|
-wait tcp://$EBEAN_DATASOURCE_HOST \
|
||
|
-wait tcp://$KAFKA_BOOTSTRAP_SERVER \
|
||
|
-wait http://$ELASTICSEARCH_HOST:$ELASTICSEARCH_PORT \
|
||
|
-wait http://$NEO4J_HOST \
|
||
|
-timeout 240s \
|
||
|
java -jar jetty-runner.jar gms.war
|