mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-09 17:55:55 +08:00
fix: 解决禅道安装失败的问题
This commit is contained in:
parent
560bfd8362
commit
2646ead2bb
@ -1,20 +1,5 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: zentao
|
||||
envKey: ZENTAO_MYSQL_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库Root用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 3307
|
||||
envKey: ZENTAO_MYSQL_PORT
|
||||
labelEn: Port
|
||||
labelZh: 数据库端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 8080
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
|
@ -1,17 +1,15 @@
|
||||
version: '3.0'
|
||||
services:
|
||||
zentao:
|
||||
image: easysoft/zentao:18.6
|
||||
image: hub.zentao.net/app/zentao:18.6
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
- ${ZENTAO_MYSQL_PORT}:3306
|
||||
volumes:
|
||||
- ./data/data:/www/zentaopms
|
||||
- ./data/mysql:/var/lib/mysql
|
||||
- ./data:/data
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=${ZENTAO_MYSQL_PASSWORD}
|
||||
- MYSQL_INTERNAL=true
|
||||
networks:
|
||||
- 1panel-network
|
||||
labels:
|
||||
|
Loading…
x
Reference in New Issue
Block a user