更新docker-compose.yml文件

This commit is contained in:
fatwang2
2024-03-26 01:44:00 +08:00
parent 26b19d6dd3
commit 5278b3be7f
2 changed files with 28 additions and 20 deletions
+17
View File
@@ -0,0 +1,17 @@
version: '3.4'
services:
search4all:
image: docker.io/fatwang2/search4all
restart: unless-stopped
ports:
- 8800:8800
environment:
OPENAI_API_KEY: sk-xxx
OPENAI_BASE_URL: https://api.openai.com/v1
LLM_MODEL: gpt-3.5-turbo-0125
RELATED_QUESTIONS: 1
# Change your search provider name here, if use another different provider
BACKEND: SEARCH1API
# Set your search key from your provider here
SEARCH1API_KEY: xxxx