nm3clol-docker/solr-tika
2024-05-26 06:11:59 -04:00
..
docker-compose.yml Added common name to each of the Docker Compose configurations so that the volumes could be shared across different workloads. 2024-05-26 05:26:15 -04:00
README.md Added string interpolation to solr configuration. 2024-05-26 06:11:59 -04:00

Solr and Tika

This Docker Compose configuration contains the minimum requirements for running Solr and Tika together.

Starting Up

To run it using you own configuration:

docker compose --env-file ../.env up -d

Or to run it using the default development configuration:

docker compose --env-file ../.env.example up -d

Shutting Down

To stop it use:

docker compose down