新增LobeChat示例;更新部分镜像版本

This commit is contained in:
2025-04-03 16:51:52 +08:00
parent c1d47f3313
commit 3bf48989c7
15 changed files with 56 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ version: "3.9"
services:
xbrowsersync-db:
#image: mongo:4.4.29
image: mongo:7.0.11
image: mongo:7.0.18
container_name: xbrowsersync-db
restart: always
networks:
@@ -22,7 +22,7 @@ services:
- "XBS_DB_USERNAME=xbrowsersync"
- "XBS_DB_PASSWORD=123456"
xbrowsersync:
image: xbrowsersync/api:1.1.13-node20.14.0-alpine
image: xbrowsersync/api:1.1.13
container_name: xbrowsersync
restart: always
networks: