Browse Source

Adiciona abertura do sapl-logs no docker/start

pull/3317/head
Vinícius Cantuária 4 years ago
parent
commit
5d4ac6b0fb
  1. 1
      docker/start.sh

1
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

Loading…
Cancel
Save