ci(docker): 更新Docker工作流和配置
清理Go模块缓存并移除go.sum文件 更新Docker网络名称和数据库连接配置
This commit is contained in:
+4
-4
@@ -25,15 +25,15 @@ Logger:
|
||||
Rotation: daily
|
||||
FileTimeFormat: 2006-01-02T15:04:05.000Z07:00
|
||||
MySQL:
|
||||
Addr: 172.245.180.199:3306
|
||||
Username: root
|
||||
Password: 123456
|
||||
Addr: ppanel-db:3306
|
||||
Username: ppanel
|
||||
Password: ppanelpassword
|
||||
Dbname: ppanel
|
||||
Config: charset=utf8mb4&parseTime=true&loc=Asia%2FShanghai
|
||||
MaxIdleConns: 10
|
||||
MaxOpenConns: 10
|
||||
SlowThreshold: 1000
|
||||
Redis:
|
||||
Host: 172.245.180.199:6379
|
||||
Host: redis:6379
|
||||
Pass:
|
||||
DB: 0
|
||||
|
||||
Reference in New Issue
Block a user