当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 100

samfisher/gateway
暂停

forked from fagongzi/gateway
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
entrypoint.sh 257 Bytes
一键复制 编辑 原始数据 按行查看 历史
张旭 提交于 2018-04-19 15:46 . dev: update readme and dockerfile
#!/bin/bash
start_etcd() {
./etcd &
}
start_apiserver() {
./apiserver --addr=:9092 --addr-http=:9093 --discovery &
}
start_proxy() {
./proxy --addr=:80 --log-level=$GATEWAY_LOG_LEVEL
}
start_etcd
sleep 3
start_apiserver
sleep 1
start_proxy
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/whd/gateway.git
[email protected]:whd/gateway.git
whd
gateway
gateway
master

搜索帮助