fix: add extra_hosts to docker-compose.yaml to allow connection to ollama

This commit is contained in:
Devin Stokes 2024-05-24 08:19:15 -07:00
parent d04ba91c85
commit 382fa295e5
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,8 @@ services:
- searxng
ports:
- 3001:3001
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- perplexica-network
@ -32,6 +34,8 @@ services:
- perplexica-backend
ports:
- 3000:3000
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- perplexica-network