封版
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# 阶段1: 构建
|
# 阶段1: 构建
|
||||||
FROM golang:1.26-alpine AS builder
|
FROM golang:alpine AS builder
|
||||||
|
|
||||||
RUN apk add --no-cache git ca-certificates tzdata
|
RUN apk add --no-cache git ca-certificates tzdata
|
||||||
|
|
||||||
|
|||||||
@@ -13,10 +13,10 @@ rate:
|
|||||||
database:
|
database:
|
||||||
default:
|
default:
|
||||||
- type: "pgsql"
|
- type: "pgsql"
|
||||||
host: "localhost"
|
host: "116.204.74.41"
|
||||||
port: "5432"
|
port: "15432"
|
||||||
user: "postgres"
|
user: "postgres"
|
||||||
pass: "root"
|
pass: "Bjang09@686^*^"
|
||||||
name: "erp"
|
name: "erp"
|
||||||
role: "master"
|
role: "master"
|
||||||
maxIdle: "5"
|
maxIdle: "5"
|
||||||
|
|||||||
Reference in New Issue
Block a user