Skip to content

Commit 3f305e3

Browse files
add json
1 parent 71475d0 commit 3f305e3

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

add_apps.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[
2+
{
3+
"name": "mysql",
4+
"trademark": "MySQL",
5+
"release": false,
6+
"fork_url": "https://github.com/ONLYOFFICE/docker#recommended-system-requirements",
7+
"version_from": "",
8+
"edition": [
9+
{
10+
"dist": "community",
11+
"version": ["2.2","latest"]
12+
}
13+
],
14+
"requirements": {
15+
"cpu": "2",
16+
"memory": "4",
17+
"disk": "1",
18+
"url": "https://github.com/onlyoffice/docker#recommended-system-requirements"
19+
}
20+
},
21+
{
22+
"name": "wordpresss",
23+
"trademark": "Wordpress",
24+
"release": false,
25+
"fork_url": "https://github.com/ONLYOFFICE/docker#recommended-system-requirements",
26+
"version_from": "",
27+
"edition": [
28+
{
29+
"dist": "community",
30+
"version": ["6.7","latest"]
31+
}
32+
],
33+
"requirements": {
34+
"cpu": "2",
35+
"memory": "4",
36+
"disk": "1",
37+
"url": "https://github.com/onlyoffice/docker#recommended-system-requirements"
38+
}
39+
}
40+
]

0 commit comments

Comments
 (0)