diff --git a/docker/start.sh b/docker/start.sh index 868942bfd..bab351e02 100755 --- a/docker/start.sh +++ b/docker/start.sh @@ -79,6 +79,7 @@ if [ "${USE_SOLR-False}" == "True" ] || [ "${USE_SOLR-False}" == "true" ]; then echo "Connecting to solr..." python3 solr_api.py -u $SOLR_URL -c $SOLR_COLLECTION -s $NUM_SHARDS -rf $RF -ms $MAX_SHARDS_PER_NODE & # python3 manage.py rebuild_index --noinput & + python3 ../sapl-logs/python-indexer.py & else echo "Solr is offline, not possible to connect." fi