generated from Websoft9test/docker-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariables.json
77 lines (68 loc) · 1.92 KB
/
variables.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "template",
"trademark": "ONLYOFFICE",
"installpath": "/data/wwwroot/onlyoffice",
"compose_file": "docker-compose-production.yml",
"fork_url": "https://github.com/ONLYOFFICE/docker#recommended-system-requirements",
"env_file": ".env_all",
"requirements":{
"cpu_arch": "Linux x86-64, ARM 32/64, Windows x86-64, IBM POWER8, x86/i686",
"cpu": "2",
"memory": "4",
"disk": "20",
"swap": "2",
"url": "https://github.com/onlyoffice/docker#recommended-system-requirements"
},
"user": {
"username": "admin",
"password": "123456"
},
"services":[
{
"name": "onlyoffice-server",
"port": "9002",
"description_cn": "浏览器访问 ONLYOFFICE",
"description_en": "Web-GUI database management tool",
"required": "Y"
},
{
"name": "phpmyadmin",
"port": "9090",
"description_cn": "数据库可视化管理工具",
"description_en": "Web-GUI database management tool",
"required": "Y"
}
],
"command_comments":[
{
"comment_cn": ".env文件的SITE_NAME需要修改成公网IP或者域名才能被外网访问",
"comment_en": ".env file's [SITE_NAME] should be changed to public IP or domain name to be accessed by Internet"
},
{
"comment_cn": "默认启动的是ERPNext12,如果您想运行ERPNext13,只需将ERPNEXT_VERSION、FRAPPE_VERSION修改成v13",
"comment_en": "The default startup is erpnext12. If you want to run erpnext13, you only need to change ERPNEXT_VERSION/FRAPPE_VERSIO to V13"
}
],
"command_extra":[
{
"cmd": "echo aaa"
},
{
"cmd": "echo bbb"
}
],
"faqs": [
{
"question_cn": "问题1",
"answer_cn": "答案1",
"question_en": "question1",
"answer_en": "answer1"
},
{
"question_cn": "问题2",
"answer_cn": "答案2",
"question_en": "question2",
"answer_en": "answer2"
}
]
}