mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-04-30 00:02:44 +00:00
fix: add extra_hosts to docker-compose.yaml to allow connection to ollama
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user