ItzCrazyKns / Perplexica

Perplexica is an AI-powered search engine. It is an Open source alternative to Perplexity AI
MIT License
10.76k stars 948 forks source link

Fix: add extra_hosts to docker-compose.yaml to allow connection to ollama #137

Closed IAmStoxe closed 1 month ago

IAmStoxe commented 1 month ago

This pull request enhances the Docker Compose configuration by adding extra_hosts entries to enable connections to ollama. This change is necessary to facilitate seamless communication between containers and the host system, particularly for the perplexica-backend and perplexica-frontend services.

Fixes #117

ItzCrazyKns commented 1 month ago

Hi, thanks for the PR! I'll look after the changes and review them before merging, please give me some time.

13rac1 commented 1 month ago

@ItzCrazyKns This PR resolves my connection issues with Ollama on Linux such as in #117

ItzCrazyKns commented 1 month ago

Thanks!