This commit is contained in:
jack ning
2025-04-17 11:09:37 +08:00
parent 356ce5f6af
commit 7a90b30e7f
5 changed files with 8 additions and 5 deletions

1
deploy/docker/.env Normal file
View File

@@ -0,0 +1 @@
MYSQL_ROOT_PASSWORD=r8FqfdbWUaN3

View File

@@ -0,0 +1 @@
MYSQL_ROOT_PASSWORD=r8FqfdbWUaN3

View File

@@ -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

View File

@@ -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

View File

@@ -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