File tree Expand file tree Collapse file tree 14 files changed +27
-33
lines changed
openresty/versions/1.21.4/conf
phpmyadmin/versions/5.2.0 Expand file tree Collapse file tree 14 files changed +27
-33
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ version: '3'
22services :
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
Original file line number Diff line number Diff line change 22 "formFields" : [
33 {
44 "type" : " text" ,
5- "labelZh" : " 访问地址 " ,
5+ "labelZh" : " 域名或IP " ,
66 "labelEn" : " Address" ,
77 "required" : true ,
88 "default" : " " ,
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11{
2-
32 "formFields" : [
43 {
54 "type" : " apps" ,
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" ,
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" ,
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" ,
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" ,
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" ,
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" ,
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}
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11{
2-
32 "formFields" : [
43 {
54 "type" : " apps" ,
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ version: '3'
22services :
33 mariadb :
44 container_name : ${CONTAINER_NAME}
5+ restart : always
56 networks :
67 - 1panel-network
78 image : " mariadb:10.9.5"
You can’t perform that action at this time.
0 commit comments