Closed kmaid closed 6 months ago
With your current setup, you meilisearch instance should be working and available on /search
endpoint. Saltrim will then do requests to /search/multi-search
as it should. Make sure your .env
file is also updated.
Maybe easier approach would be to put api and search into subdomains, like search.domain.com
and api.domain.com
.
I have been working to get the entire Bar Assistant stack under a single domain using Trafik rather than NGIX for SSL etc. I have succeeded however I have had to put in a hack for ingredient lookup to work as Salt Rim searches bar.[domain] rather than bar.[domain]/search as I have specified in the docker compose below.