2 Star 12 Fork 4

徐晓伟/gitlab-k8s

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 278 Bytes
一键复制 编辑 原始数据 按行查看 历史
徐晓伟 提交于 2024-07-15 10:05 . :construction_worker:使用阿里云镜像
services:
gitlab-k8s:
image: registry.cn-qingdao.aliyuncs.com/xuxiaoweicomcn/gitlab-k8s:${DOCKER_TAG}-${CI_PIPELINE_ID}
restart: always
ports:
- ${GITLAB_K8S_PORT:-45650}:80
volumes:
- /gitlab-k8s/logs:/var/log/nginx
container_name: gitlab-k8s
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuxiaowei-com-cn/gitlab-k8s.git
git@gitee.com:xuxiaowei-com-cn/gitlab-k8s.git
xuxiaowei-com-cn
gitlab-k8s
gitlab-k8s
main

搜索帮助