107 Star 1.3K Fork 303

GVPKoode / Kooder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose-ha.yaml 441 Bytes
一键复制 编辑 原始数据 按行查看 历史
建力 提交于 2021-11-15 18:51 . 修复docker镜像运行无法访问
version: '3.8'
services:
koodera:
image: registry.cn-hangzhou.aliyuncs.com/devops_hu/kooder:v1.1.0
expose:
- 8080
kooderb:
build: .
expose:
- 8080
haproxy:
image: haproxy:1.6
volumes:
- ./kooder.properties:/root/kooder.properties:ro
- ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
links:
- koodera
- kooderb
ports:
- "8080:8080"
Java
1
https://gitee.com/koode/kooder.git
git@gitee.com:koode/kooder.git
koode
kooder
Kooder
master

搜索帮助