Skip to content

Commit

Permalink
spline #744 Add more logs to the docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wajda committed Jul 1, 2020
1 parent 787ac94 commit 4a49ba7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ services:
echo waiting for arango db
sleep 5
done
echo downloading admin-cli &&
curl -O -s https://repo1.maven.org/maven2/za/co/absa/spline/admin/${SPLINE_VERSION}/admin-${SPLINE_VERSION}.jar &&
echo creating Spline database &&
java -jar ./admin-${SPLINE_VERSION}.jar db-init arangodb://arangodb/spline -s &&
echo starting Spline server &&
catalina.sh run
"
environment:
Expand Down

0 comments on commit 4a49ba7

Please sign in to comment.