feat: 修改一些软件的配置文件

This commit is contained in:
zhengkunwang223
2023-03-11 12:27:32 +08:00
parent 722dface7b
commit 3a18a5f5c0
14 changed files with 27 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
"formFields": [
{
"type": "text",
"labelZh": "访问地址",
"labelZh": "域名或IP",
"labelEn": "Address",
"required": true,
"default": "",

View File

@@ -6,6 +6,7 @@ services:
restart: always
hostname: ${GITLAB_HOSTNAME}
environment:
TZ: 'Asia/Shanghai'
GITLAB_OMNIBUS_CONFIG: |
external_url 'http://${GITLAB_HOSTNAME}:${PANEL_APP_PORT_HTTP}'
ports: