feat(templates): added Lobe Chat service
This commit is contained in:
parent
0db2835565
commit
307f69d0ec
2 changed files with 21 additions and 0 deletions
BIN
public/svgs/lobe-chat.png
Normal file
BIN
public/svgs/lobe-chat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
21
templates/compose/lobe-chat.yaml
Normal file
21
templates/compose/lobe-chat.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
# documentation: https://github.com/lobehub/lobe-chat?tab=readme-ov-file#b-deploying-with-docker
|
||||||
|
# slogan: An open-source, modern-design AI chat framework.
|
||||||
|
# category: ai
|
||||||
|
# tags: ai, chat, openai, llm, chatbot
|
||||||
|
# logo: svgs/lobe-chat.png
|
||||||
|
# port: 3210
|
||||||
|
|
||||||
|
services:
|
||||||
|
lobe-chat:
|
||||||
|
image: "lobehub/lobe-chat:latest"
|
||||||
|
environment:
|
||||||
|
- SERVICE_URL_LOBECHAT_3210
|
||||||
|
- OPENAI_API_KEY=${SERVICE_OPENAI_API_KEY}
|
||||||
|
- ACCESS_CODE=${SERVICE_PASSWORD_ACCESSCODE}
|
||||||
|
healthcheck:
|
||||||
|
test:
|
||||||
|
- CMD-SHELL
|
||||||
|
- "wget -qO- http://localhost:3210/ || exit 1"
|
||||||
|
interval: 5s
|
||||||
|
timeout: 20s
|
||||||
|
retries: 10
|
||||||
Loading…
Reference in a new issue