1 Star 0 Fork 50

powerdream/aginx

forked from haiker/aginx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yaml 431 Bytes
一键复制 编辑 原始数据 按行查看 历史
haiker 提交于 2020-02-18 11:49 . api
version: "3.7"
services:
consul:
image: consul:1.6.2
ports:
- 8500:8500
aginx:
image: xhaiker/aginx:v1.0.0
#command: cluster consul://consul:8500/aginx
ports:
- 80:80
- 443:443
- 8011:8011
environment:
- AGINX_DEBUG=true
- AGINX_SECURITY=aginx:aginx
- AGINX_EXPOSE=api.aginx.io
# - AGINX_CLUSTER=consul://consul:8500/aginx
# depends_on:
# - consul
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/powerdream/aginx.git
git@gitee.com:powerdream/aginx.git
powerdream
aginx
aginx
master

搜索帮助