1 Star 1 Fork 0

吴海/git-checker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.yml 758 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuhai 提交于 2024-09-19 15:33 . 部署补充
version: '3'
services:
git-checker:
build: .
image: git-checker:latest
container_name: git-checker
ports:
- "8282:8080"
volumes:
# todo /root/.jenkins/workspace 修改成你的代码仓库的基础路径
- /root/.jenkins/workspace:/app/repos
environment:
- GIT_REPO_BASE_PATH=/app/repos
# 除非手动stop 否则容器停止就自动重启
restart: unless-stopped
deploy:
resources:
limits:
cpus: '0.50'
memory: 512M
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/actuator/health"]
interval: 30s
timeout: 10s
retries: 3
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wuhaii/git-checker.git
[email protected]:wuhaii/git-checker.git
wuhaii
git-checker
git-checker
main

搜索帮助