Skip to content

Commit

Permalink
Add Neo4j in start docker-compose script
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Oct 18, 2022
1 parent 5a52947 commit dfafab1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests-ci/start_docker_compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ fi
if [ -a src/main/docker/mariadb.yml ]; then
docker compose -f src/main/docker/mariadb.yml up -d
fi
if [ -a src/main/docker/neo4j.yml ]; then
docker compose -f src/main/docker/neo4j.yml up -d
fi
if [ -a src/main/docker/mssql.yml ]; then
docker compose -f src/main/docker/mssql.yml up -d
echo "*** wait 40sec"
Expand Down

0 comments on commit dfafab1

Please sign in to comment.