- Docker installed
SOLR_HOST
,SOLR_PORT
andAPI_PORT
environment variables set in shell or in.env
file.
docker compose --env-file .env up --build --force-recreate
The API will be available on port defined in API_PORT
. If set to 90, it would be available at http://localhost:90/items?q=*.If set to 80, it would be available at http://localhost/items?q=*