updated: 2025-01-16 14:05:03

This commit is contained in:
qxsugar 2025-01-16 14:05:03 +08:00
parent 929ee2d0ab
commit bf2873283c
6 changed files with 3 additions and 73 deletions

View File

@ -1 +0,0 @@
auth2: 4d7f3ab36605daf086239fe7d1bc6b76d43446cf

View File

@ -1,13 +1,13 @@
version: "3"
services:
server:
image: ccr.ccs.tencentyun.com/wwww/public-app:gitea-1.21.1
container_name: gitea
restart: always
image: ccr.ccs.tencentyun.com/wwww/public-app:gitea-1.21.1
environment:
- USER_UID=1000
- USER_GID=1000
- DISABLE_REGISTRATION=true
restart: always
volumes:
- ./gitea:/data
- /etc/timezone:/etc/timezone:ro
@ -15,5 +15,3 @@ services:
ports:
- "3000:3000"
- "222:22"
mem_limit: 2g
cpus: 1.0

View File

@ -1 +0,0 @@
## 已下线

View File

@ -1,18 +0,0 @@
version: "3"
services:
gitlab:
container_name: gitlab
image: gitlab/gitlab-ce:16.10.2-ce.0
restart: always
privileged: true
ports:
- "9980:80"
- "9922:22"
volumes:
- /usr/local/docker/gitlab/etc:/etc/gitlab
- /usr/local/docker/gitlab/log:/var/log/gitlab
- /usr/local/docker/gitlab/opt:/var/opt/gitlab
environment:
- TZ=Asia/Shanghai
mem_limit: 2g
cpus: 1.0

View File

@ -1,46 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: juno-gitlab
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
tls:
- hosts:
- gitlab.lingpaike.com
secretName: gitlab.lingpaike.com
rules:
- host: gitlab.lingpaike.com
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: juno-gitlab
port:
number: 80
---
apiVersion: v1
kind: Service
metadata:
name: juno-gitlab
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
---
apiVersion: v1
kind: Endpoints
metadata:
name: juno-gitlab
subsets:
- addresses:
- ip: 172.17.0.6
ports:
- name: http
port: 9980
protocol: TCP

View File

@ -1,8 +1,8 @@
version: '3'
services:
juno-minio:
container_name: juno-minio
restart: always
container_name: juno-minio
image: docker-registry-1.ppapi.cn/minio/minio:RELEASE.2024-07-26T20-48-21Z
command: ["minio", "server", "--console-address", ":9001", "/data1"]
ports:
@ -13,5 +13,3 @@ services:
MINIO_ROOT_PASSWORD: hEWDoUr6iAwP
volumes:
- /data/minio/data1:/data1
mem_limit: 1g
cpus: 1.0