This commit is contained in:
Zengtudor 2024-10-16 23:01:01 +08:00
parent eec3f55917
commit 97018ca824
2 changed files with 3 additions and 1 deletions

1
.env
View File

@ -2,3 +2,4 @@ hostname=gitlab.zziyu.cn
external_url=https://gitlab.zziyu.cn
email=Zengtudor@outlook.com
gitlab_root=/root/gitlab
mem_limit=2048m

View File

@ -4,6 +4,7 @@ services:
image: 'twang2218/gitlab-ce-zh:11.1.4'
restart: unless-stopped
hostname: $hostname
mem_limit: $mem_limit
environment:
TZ: 'Asia/Shanghai'
GITLAB_OMNIBUS_CONFIG: |