Skip to content

支付渠道网关 - 不写代码,不部署,3 小时接入新支付渠道。提供配置化的渠道接入能力,渠道业务参数在线配置,可视化,可拖拽,低代码

Notifications You must be signed in to change notification settings

daymade/channel-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

构建

cd channel-gateway
DOCKER_BUILDKIT=1 docker build -t channel-gateway .

使用代理加速构建

DOCKER_BUILDKIT=1 docker build -t channel-gateway . --build-arg https_proxy=http://192.168.31.221:7890 --build-arg http_proxy=http://192.168.31.221:7890 --progress=plain

临时运行

docker run -p 9090:9090 channel-gateway

后台运行

docker run -d -p 9090:9090 channel-gateway

About

支付渠道网关 - 不写代码,不部署,3 小时接入新支付渠道。提供配置化的渠道接入能力,渠道业务参数在线配置,可视化,可拖拽,低代码

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published