We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6425aba + 09a3343 commit 81740c9Copy full SHA for 81740c9
1 file changed
dream-server/extensions/services/perplexica/compose.yaml
@@ -9,6 +9,7 @@ services:
9
- SEARXNG_API_URL=http://searxng:8080
10
- OPENAI_BASE_URL=${LLM_API_URL:-http://llama-server:8080}/v1
11
- OPENAI_API_KEY=${OPENAI_API_KEY:-no-key}
12
+ - HOSTNAME=0.0.0.0
13
volumes:
14
- perplexica-data:/home/perplexica/data
15
- perplexica-uploads:/home/perplexica/uploads
0 commit comments