Merge branch 'master' into app/crowdsec
This commit is contained in:
commit
25eaee43eb
|
@ -5,8 +5,8 @@
|
|||
"port": 8010,
|
||||
"id": "kanboard",
|
||||
"description": "Kanboard is a free and open source Kanban project management software.",
|
||||
"tipi_version": 9,
|
||||
"version": "1.2.35",
|
||||
"tipi_version": 10,
|
||||
"version": "1.2.36",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.9"
|
|||
services:
|
||||
kanboard:
|
||||
container_name: kanboard
|
||||
image: kanboard/kanboard:v1.2.35
|
||||
image: kanboard/kanboard:v1.2.36
|
||||
environment:
|
||||
- PLUGIN_INSTALLER=${PLUGIN_INSTALLER}
|
||||
ports:
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"id": "lobe-chat",
|
||||
"description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
|
||||
"tipi_version": 134,
|
||||
"version": "0.152.7",
|
||||
"tipi_version": 135,
|
||||
"version": "0.152.8",
|
||||
"categories": [
|
||||
"ai"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
|||
services:
|
||||
lobe-chat:
|
||||
container_name: lobe-chat
|
||||
image: lobehub/lobe-chat:v0.152.7
|
||||
image: lobehub/lobe-chat:v0.152.8
|
||||
environment:
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
|
||||
|
|
Loading…
Reference in New Issue
Block a user