mirror of
https://gitee.com/270580156/weiyu.git
synced 2025-12-30 10:52:26 +00:00
update
This commit is contained in:
1
deploy/docker/.env
Normal file
1
deploy/docker/.env
Normal file
@@ -0,0 +1 @@
|
||||
MYSQL_ROOT_PASSWORD=r8FqfdbWUaN3
|
||||
1
deploy/docker/.env.example
Normal file
1
deploy/docker/.env.example
Normal file
@@ -0,0 +1 @@
|
||||
MYSQL_ROOT_PASSWORD=r8FqfdbWUaN3
|
||||
@@ -269,9 +269,6 @@ services:
|
||||
# http://服务器ip:9003/doc.html
|
||||
KNIFE4J_ENABLED: true
|
||||
KNIFE4J_SETTING_LANGUAGE: zh_cn
|
||||
# OpenTelemetry 配置
|
||||
# 禁用 OpenTelemetry 自动配置,解决启动错误
|
||||
OTEL_SDK_DISABLED: "true"
|
||||
# 增加数据库连接超时时间
|
||||
SPRING_DATASOURCE_HIKARI_CONNECTION_TIMEOUT: 60000
|
||||
SPRING_DATASOURCE_HIKARI_MAXIMUM_POOL_SIZE: 10
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: jackning 270580156@qq.com
|
||||
* @Date: 2024-03-12 10:21:18
|
||||
* @LastEditors: jackning 270580156@qq.com
|
||||
* @LastEditTime: 2025-01-19 09:59:46
|
||||
* @LastEditTime: 2025-04-17 11:08:00
|
||||
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
|
||||
* Please be aware of the BSL license restrictions before installing Bytedesk IM –
|
||||
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
|
||||
@@ -21,6 +21,8 @@
|
||||
git clone https://github.com/Bytedesk/bytedesk.git
|
||||
# enter docker directory
|
||||
cd bytedesk/deploy/docker
|
||||
# configure environment variables, modify as needed
|
||||
cp .env.example .env
|
||||
# start docker compose container, -f flag to specify file path, -d flag to start container in background mode
|
||||
docker compose -p bytedesk -f docker-compose.yaml up -d
|
||||
# with ollama
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @Author: jackning 270580156@qq.com
|
||||
* @Date: 2024-03-12 10:21:18
|
||||
* @LastEditors: jackning 270580156@qq.com
|
||||
* @LastEditTime: 2025-04-17 10:41:39
|
||||
* @LastEditTime: 2025-04-17 10:52:25
|
||||
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
|
||||
* Please be aware of the BSL license restrictions before installing Bytedesk IM –
|
||||
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
|
||||
@@ -21,6 +21,8 @@
|
||||
git clone https://github.com/Bytedesk/bytedesk.git
|
||||
# 进入docker目录
|
||||
cd bytedesk/deploy/docker
|
||||
# 配置环境变量,根据需要修改
|
||||
cp .env.example .env
|
||||
# 启动docker compose容器, -f标志来指定文件路径, -d标志表示在后台模式下启动容器
|
||||
docker compose -p bytedesk -f docker-compose.yaml up -d
|
||||
# 内含ollama
|
||||
|
||||
Reference in New Issue
Block a user