增加dockerfile配置

This commit is contained in:
2026-04-09 09:07:12 +08:00
parent 3c81ecb1e0
commit 020b3ef95a
4 changed files with 7 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ logger:
database: database:
default: default:
- type: "pgsql" - type: "pgsql"
host: "116.204.74.41" host: "192.168.0.169"
port: "15432" port: "15432"
user: "postgres" user: "postgres"
pass: "Bjang09@686^*^" pass: "Bjang09@686^*^"
@@ -41,7 +41,7 @@ database:
debug : true debug : true
dryRun : false #空跑 dryRun : false #空跑
- type: "pgsql" - type: "pgsql"
host: "116.204.74.41" host: "192.168.0.169"
port: "15432" port: "15432"
user: "postgres" user: "postgres"
pass: "Bjang09@686^*^" pass: "Bjang09@686^*^"
@@ -69,7 +69,7 @@ gfToken:
redis: redis:
# 单实例配置 # 单实例配置
default: default:
address: 116.204.74.41:6379 address: 192.168.0.169:6379
db: 1 db: 1
idleTimeout: "60s" #连接最大空闲时间使用时间字符串例如30s/1m/1d idleTimeout: "60s" #连接最大空闲时间使用时间字符串例如30s/1m/1d
maxConnLifetime: "90s" #连接最长存活时间使用时间字符串例如30s/1m/1d maxConnLifetime: "90s" #连接最长存活时间使用时间字符串例如30s/1m/1d
@@ -105,10 +105,10 @@ gfcli:
path: "./internal/app/system" path: "./internal/app/system"
# 文件上传服务地址与oss模块minio中的endpoint(filePrefix需要加http://)一致 # 文件上传服务地址与oss模块minio中的endpoint(filePrefix需要加http://)一致
filePrefix: "http://116.204.74.41:9000" filePrefix: "http://192.168.0.169:9000"
consul: consul:
address: 116.204.74.41:8500 address: 192.168.0.169:8500
jaeger: #链路追踪 jaeger: #链路追踪
addr: 116.204.74.41:4318 addr: 192.168.0.169:4318

BIN
timezone/Shanghai Normal file

Binary file not shown.

BIN
timezone/localtime Normal file

Binary file not shown.

1
timezone/timezone Normal file
View File

@@ -0,0 +1 @@
Asia/Shanghai