Merge branch 'patch/localApps' into localApps
This commit is contained in:
commit
807e11b338
|
|
@ -66,7 +66,7 @@ services:
|
||||||
- lobe-network
|
- lobe-network
|
||||||
|
|
||||||
minio:
|
minio:
|
||||||
image: minio/minio
|
image: minio/minio:RELEASE.2025-06-13T11-33-47Z
|
||||||
container_name: lobe-minio
|
container_name: lobe-minio
|
||||||
network_mode: 'service:network-service'
|
network_mode: 'service:network-service'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -99,7 +99,7 @@ services:
|
||||||
- .env
|
- .env
|
||||||
|
|
||||||
searxng:
|
searxng:
|
||||||
image: searxng/searxng
|
image: searxng/searxng:2025.6.27-9ee1ca8
|
||||||
container_name: lobe-searxng
|
container_name: lobe-searxng
|
||||||
volumes:
|
volumes:
|
||||||
- './searxng-settings.yml:/etc/searxng/settings.yml'
|
- './searxng-settings.yml:/etc/searxng/settings.yml'
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,10 @@
|
||||||
"matchPackageNames": ["langgenius/dify-web", "langgenius/dify-api"],
|
"matchPackageNames": ["langgenius/dify-web", "langgenius/dify-api"],
|
||||||
"groupName": "Dify"
|
"groupName": "Dify"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["lobehub/lobe-chat-database", "lobehub/lobe-chat"],
|
||||||
|
"groupName": "Lobe Chat"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["linuxserver/qbittorrent"],
|
"matchPackageNames": ["linuxserver/qbittorrent"],
|
||||||
"matchCurrentVersion": "<=20",
|
"matchCurrentVersion": "<=20",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue