diff --git a/Dockerfile b/Dockerfile index fa8042b..acccf9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/config.yml b/config.yml index 0fdc66a..cc50266 100644 --- a/config.yml +++ b/config.yml @@ -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"