Skip to content

Commit 3a18a5f

Browse files
feat: 修改一些软件的配置文件
1 parent 722dfac commit 3a18a5f

File tree

14 files changed

+27
-33
lines changed

14 files changed

+27
-33
lines changed

apps/dataease/versions/1.18.2/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: '3'
22
services:
33
dataease:
44
image: registry.cn-qingdao.aliyuncs.com/dataease/dataease:v1.18.2
5+
restart: always
56
container_name: ${CONTAINER_NAME}
67
ports:
78
- ${PANEL_APP_PORT_HTTP}:8081

apps/gitlab/versions/15.8.3/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"formFields": [
33
{
44
"type": "text",
5-
"labelZh": "访问地址",
5+
"labelZh": "域名或IP",
66
"labelEn": "Address",
77
"required": true,
88
"default": "",

apps/gitlab/versions/15.8.3/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66
restart: always
77
hostname: ${GITLAB_HOSTNAME}
88
environment:
9+
TZ: 'Asia/Shanghai'
910
GITLAB_OMNIBUS_CONFIG: |
1011
external_url 'http://${GITLAB_HOSTNAME}:${PANEL_APP_PORT_HTTP}'
1112
ports:

apps/halo/versions/2.2.0/config.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
32
"formFields": [
43
{
54
"type": "apps",
@@ -43,7 +42,8 @@
4342
"default": "halo",
4443
"random": true,
4544
"rule": "paramCommon",
46-
"envKey": "PANEL_DB_NAME"
45+
"envKey": "PANEL_DB_NAME",
46+
"edit": true
4747
},
4848
{
4949
"type": "text",
@@ -53,7 +53,8 @@
5353
"default": "halo",
5454
"random": true,
5555
"rule": "paramCommon",
56-
"envKey": "PANEL_DB_USER"
56+
"envKey": "PANEL_DB_USER",
57+
"edit": true
5758
},
5859
{
5960
"type": "password",
@@ -63,7 +64,8 @@
6364
"default": "halo",
6465
"random": true,
6566
"rule": "paramComplexity",
66-
"envKey": "PANEL_DB_USER_PASSWORD"
67+
"envKey": "PANEL_DB_USER_PASSWORD",
68+
"edit": true
6769
},
6870
{
6971
"type": "text",
@@ -73,7 +75,8 @@
7375
"default": "admin",
7476
"random": true,
7577
"rule": "paramCommon",
76-
"envKey": "HALO_ADMIN"
78+
"envKey": "HALO_ADMIN",
79+
"edit": true
7780
},
7881
{
7982
"type": "password",
@@ -83,7 +86,8 @@
8386
"default": "halo",
8487
"random": true,
8588
"rule": "paramComplexity",
86-
"envKey": "HALO_ADMIN_PASSWORD"
89+
"envKey": "HALO_ADMIN_PASSWORD",
90+
"edit": true
8791
},
8892
{
8993
"type": "text",
@@ -92,7 +96,8 @@
9296
"required": true,
9397
"default": "http://localhost:8080",
9498
"rule": "paramExtUrl",
95-
"envKey": "HALO_EXTERNAL_URL"
99+
"envKey": "HALO_EXTERNAL_URL",
100+
"edit": true
96101
},
97102
{
98103
"type": "number",
@@ -101,7 +106,8 @@
101106
"required": true,
102107
"default": 8080,
103108
"rule": "paramPort",
104-
"envKey": "PANEL_APP_PORT_HTTP"
109+
"envKey": "PANEL_APP_PORT_HTTP",
110+
"edit": true
105111
}
106112
]
107113
}

apps/halo/versions/2.2.0/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
networks:
88
- 1panel-network
99
volumes:
10-
- ./data:/root/.halo
10+
- ./data:/root/.halo2
1111
ports:
1212
- ${PANEL_APP_PORT_HTTP}:8090
1313
command:

apps/halo/versions/2.3.0/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
32
"formFields": [
43
{
54
"type": "apps",

apps/halo/versions/2.3.0/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
networks:
88
- 1panel-network
99
volumes:
10-
- ./data:/root/.halo
10+
- ./data:/root/.halo2
1111
ports:
1212
- ${PANEL_APP_PORT_HTTP}:8090
1313
command:

apps/jenkins/versions/2.391/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
jenkins:
44
container_name: ${CONTAINER_NAME}
55
image: jenkins/jenkins:2.391
6-
restart: unless-stopped
6+
restart: always
77
privileged: true
88
user: root
99
ports:

apps/list.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -168,20 +168,6 @@
168168
"github": "https://github.com/jenkinsci/jenkins",
169169
"document": "https://www.jenkins.io/doc/book/"
170170
},
171-
{
172-
"key": "gitlab",
173-
"name": "GitLab",
174-
"tags": ["CI/CD"],
175-
"versions": ["15.8.3"],
176-
"shortDescZh": "项目管理和代码托管平台",
177-
"shortDescEn": "Project management and code hosting platform",
178-
"type": "tool",
179-
"limit": 1,
180-
"crossVersionUpdate": false,
181-
"website": "https://about.gitlab.com/",
182-
"github": "https://github.com/gitlabhq/gitlabhq",
183-
"document": "https://docs.gitlab.com/"
184-
},
185171
{
186172
"key": "postgresql",
187173
"name": "PostgreSQL",

apps/mariadb/versions/10.9.5/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: '3'
22
services:
33
mariadb:
44
container_name: ${CONTAINER_NAME}
5+
restart: always
56
networks:
67
- 1panel-network
78
image: "mariadb:10.9.5"

0 commit comments

Comments
 (0)