feat docker compose

This commit is contained in:
2026-01-07 18:16:23 +08:00
parent 58c88cf53a
commit 54bbea8a32
2 changed files with 2 additions and 3 deletions

View File

@@ -10,5 +10,3 @@ services:
- ./gitea/config:/etc/gitea - ./gitea/config:/etc/gitea
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
environment:
- GITEA__server__ROOT_URL=http://47.108.184.184/gitea/

View File

@@ -11,6 +11,7 @@ services:
- ./jenkins:/var/jenkins_home - ./jenkins:/var/jenkins_home
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /usr/bin/docker:/usr/bin/docker - /usr/bin/docker:/usr/bin/docker
- /usr/libexec/docker/cli-plugins:/usr/libexec/docker/cli-plugins:ro
environment: environment:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai