This commit is contained in:
2026-05-26 12:27:17 +08:00
parent 2987093b84
commit 8d3a12ea65
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# 阶段1: 构建
FROM golang:1.26-alpine AS builder
FROM golang:alpine AS builder
RUN apk add --no-cache git ca-certificates tzdata

View File

@@ -13,10 +13,10 @@ rate:
database:
default:
- type: "pgsql"
host: "localhost"
port: "5432"
host: "116.204.74.41"
port: "15432"
user: "postgres"
pass: "root"
pass: "Bjang09@686^*^"
name: "erp"
role: "master"
maxIdle: "5"