1 Star 2 Fork 0

9419194/kuboard-press

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.yaml 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
邵欢庆 提交于 2020-05-31 12:46 . kuboard-v2.0.0-beta.3
version: "3"
services:
kuboard:
image: eipwork/kuboard:latest
ports:
- "8083:80"
environment:
KUBERNETES_SERVICE_HOST: 127.0.0.1
KUBERNETES_SERVICE_PORT_HTTPS: 6443
volumes:
# - /Users/shaohuanqing/Kuboard/kuboard-workspace/nginx-lua/docker/nginx.80.conf:/etc/nginx/conf.d/nginx.80.conf
- /Users/shaohuanqing/Kuboard/kuboard-workspace/kuboard-press/docs:/usr/share/nginx/html
# - /Users/shaohuanqing/Kuboard/kuboard-workspace/nginx-lua/docker/nginx-jwt.lua:/usr/local/openresty/nginx/jwt-lua/resty/nginx-jwt.lua
networks:
- webnet
# web:
# # replace username/repo:tag with your name and image details
# image: eipwork/kuboard-press:latest
# deploy:
# replicas: 1
# resources:
# limits:
# cpus: "0.1"
# memory: 500M
# restart_policy:
# condition: on-failure
# ports:
# - "8081:80"
# volumes:
# - ./docs:/usr/share/nginx/html
# networks:
# - webnet
# kubetrain:
# # replace username/repo:tag with your name and image details
# image: eipwork/kuboard-press:latest
# deploy:
# replicas: 1
# resources:
# limits:
# cpus: "0.1"
# memory: 500M
# restart_policy:
# condition: on-failure
# ports:
# - "8082:80"
# volumes:
# - /Users/shaohuanqing/Kuboard/kuboard-workspace/kubetrain/root:/usr/share/nginx/html
# networks:
# - webnet
networks:
webnet:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dushan1980/kuboard-press.git
[email protected]:dushan1980/kuboard-press.git
dushan1980
kuboard-press
kuboard-press
master

搜索帮助