1 Star 0 Fork 45

疯风愚雨/Gateway

forked from Token/FastGateway 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
Token 提交于 2024-01-22 17:01 . 修改docker-compose.yml文件
services:
gateway-api:
image: registry.cn-shenzhen.aliyuncs.com/tokengo/gateway-api
restart: always
container_name: gateway-api
build:
context: ./src
dockerfile: Gateway/Dockerfile
ports:
- 8200:8080
- 8300:8081
volumes:
- ./data:/data/
gateway-web:
image: registry.cn-shenzhen.aliyuncs.com/tokengo/gateway-web
restart: always
build:
context: ./web
dockerfile: Dockerfile
privileged: true
environment:
api_url: http://localhost:8200
ports:
- 10800:80
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/csuffyy/Gateway.git
git@gitee.com:csuffyy/Gateway.git
csuffyy
Gateway
Gateway
master

搜索帮助