网络环境调整

This commit is contained in:
2026-04-13 13:25:40 +08:00
parent 00018cb47e
commit 076aa26036
4 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ RUN mkdir -p /logs /app/resource/log/run /app/resource/log/server
# 添加执行权限 # 添加执行权限
RUN chmod +x /app/main RUN chmod +x /app/main
EXPOSE 3008 EXPOSE 9000
# 使用root用户运行 # 使用root用户运行
CMD ["./main"] CMD ["./main"]

View File

@@ -1,5 +1,5 @@
server: server:
address: ":3008" address: ":9000"
name: "oss" name: "oss"
workerId: 1 workerId: 1
rate: rate:
@@ -94,14 +94,14 @@ jaeger: #链路追踪
# MinIO 连接配置 # MinIO 连接配置
minio: minio:
endpoint: "116.204.74.41:9000" # 核心:仅协议+主机+端口,无路径/末尾斜杠 endpoint: "172.17.0.3:9000" # 核心:仅协议+主机+端口,无路径/末尾斜杠
accessKey: "admin" # 访问密钥(本地默认) accessKey: "admin" # 访问密钥(本地默认)
secretKey: "Bjang09@686^*^" # 秘密密钥(本地默认) secretKey: "Bjang09@686^*^" # 秘密密钥(本地默认)
secure: false # 本地 MinIO 关闭 SSL生产按需改为 true secure: false # 本地 MinIO 关闭 SSL生产按需改为 true
region: "us-east-1" # 与 MinIO 服务端 REGION 一致(默认 us-east-1 region: "us-east-1" # 与 MinIO 服务端 REGION 一致(默认 us-east-1
# 文件上传服务地址与oss模块minio中的endpoint一致 # 文件上传服务地址与oss模块minio中的endpoint一致
filePrefix: "http://116.204.74.41:9000" filePrefix: "http://172.17.0.3:9000"
# 文件存储初始化容量大小配置 # 文件存储初始化容量大小配置
oss: oss:

View File

@@ -1,5 +1,5 @@
server: server:
address: ":3008" address: ":9000"
name: "oss" name: "oss"
workerId: 1 workerId: 1
rate: rate:
@@ -94,14 +94,14 @@ jaeger: #链路追踪
# MinIO 连接配置 # MinIO 连接配置
minio: minio:
endpoint: "192.168.0.169:9000" # 核心:仅协议+主机+端口,无路径/末尾斜杠 endpoint: "172.17.0.3:9000" # 核心:仅协议+主机+端口,无路径/末尾斜杠
accessKey: "admin" # 访问密钥(本地默认) accessKey: "admin" # 访问密钥(本地默认)
secretKey: "Bjang09@686^*^" # 秘密密钥(本地默认) secretKey: "Bjang09@686^*^" # 秘密密钥(本地默认)
secure: false # 本地 MinIO 关闭 SSL生产按需改为 true secure: false # 本地 MinIO 关闭 SSL生产按需改为 true
region: "us-east-1" # 与 MinIO 服务端 REGION 一致(默认 us-east-1 region: "us-east-1" # 与 MinIO 服务端 REGION 一致(默认 us-east-1
# 文件上传服务地址与oss模块minio中的endpoint一致 # 文件上传服务地址与oss模块minio中的endpoint一致
filePrefix: "http://192.168.0.169:9000" filePrefix: "http://172.17.0.3:9000"
# 文件存储初始化容量大小配置 # 文件存储初始化容量大小配置
oss: oss:

View File

@@ -1,5 +1,5 @@
server: server:
address: ":3008" address: ":9000"
name: "oss" name: "oss"
workerId: 1 workerId: 1
rate: rate:
@@ -93,14 +93,14 @@ jaeger: #链路追踪
# MinIO 连接配置 # MinIO 连接配置
minio: minio:
endpoint: "116.204.74.41:9000" # 核心:仅协议+主机+端口,无路径/末尾斜杠 endpoint: "172.17.0.3:9000" # 核心:仅协议+主机+端口,无路径/末尾斜杠
accessKey: "admin" # 访问密钥(本地默认) accessKey: "admin" # 访问密钥(本地默认)
secretKey: "12345678" # 秘密密钥(本地默认) secretKey: "Bjang09@686^*^" # 秘密密钥(本地默认)
secure: false # 本地 MinIO 关闭 SSL生产按需改为 true secure: false # 本地 MinIO 关闭 SSL生产按需改为 true
region: "us-east-1" # 与 MinIO 服务端 REGION 一致(默认 us-east-1 region: "us-east-1" # 与 MinIO 服务端 REGION 一致(默认 us-east-1
# 文件上传服务地址与oss模块minio中的endpoint一致 # 文件上传服务地址与oss模块minio中的endpoint一致
filePrefix: "http://116.204.74.41:9000" filePrefix: "http://172.17.0.3:9000"
# 文件存储初始化容量大小配置 # 文件存储初始化容量大小配置
oss: oss: