Skip to content

Commit a1247d8

Browse files
committed
add new apps
1 parent ee63060 commit a1247d8

9 files changed

Lines changed: 20 additions & 13 deletions

File tree

apps/datahub/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "datahub",
33
"trademark": "DataHub",
4-
"release": false,
4+
"release": true,
55
"fork_url": "https://github.com/datahub-project/datahub",
66
"version_from": "",
77
"edition": [

apps/fluentbit/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"requirements": {
1717
"cpu": "2",
1818
"memory": "4",
19-
"disk": "10",
19+
"disk": "8",
2020
"url": "https://fluentbit.io"
2121
}
2222
}

apps/localai/variables.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "localai",
33
"trademark": "LocalAI",
4-
"release": false,
4+
"release": true,
55
"fork_url": "https://github.com/mudler/LocalAI",
66
"version_from": "https://hub.docker.com/r/localai/localai/tags",
77
"edition": [
@@ -16,7 +16,7 @@
1616
"requirements": {
1717
"cpu": "2",
1818
"memory": "4",
19-
"disk": "10",
19+
"disk": "8",
2020
"url": "https://localai.io"
2121
}
2222
}

apps/meilisearch/variables.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "meilisearch",
33
"trademark": "Meilisearch",
4-
"release": false,
4+
"release": true,
55
"fork_url": "https://github.com/meilisearch/meilisearch",
66
"version_from": "https://hub.docker.com/r/getmeili/meilisearch/tags",
77
"edition": [
@@ -16,7 +16,7 @@
1616
"requirements": {
1717
"cpu": "2",
1818
"memory": "4",
19-
"disk": "10",
19+
"disk": "8",
2020
"url": "https://www.meilisearch.com"
2121
}
2222
}

apps/papermc/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"requirements": {
1717
"cpu": "2",
1818
"memory": "4",
19-
"disk": "10",
19+
"disk": "8",
2020
"url": "https://papermc.io"
2121
}
2222
}

apps/plex/variables.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plex",
33
"trademark": "Plex Media Server",
4-
"release": false,
4+
"release": true,
55
"fork_url": "https://github.com/plexinc/pms-docker",
66
"version_from": "https://hub.docker.com/r/plexinc/pms-docker/tags",
77
"edition": [
@@ -15,7 +15,7 @@
1515
"requirements": {
1616
"cpu": "2",
1717
"memory": "4",
18-
"disk": "10",
18+
"disk": "8",
1919
"url": "https://www.plex.tv/media-server-downloads"
2020
}
2121
}

apps/signoz/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"requirements": {
1717
"cpu": "2",
1818
"memory": "4",
19-
"disk": "20",
19+
"disk": "10",
2020
"url": "https://signoz.io/docs/install/docker/"
2121
}
2222
}

apps/streampipes/variables.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "streampipes",
33
"trademark": "Apache StreamPipes",
4-
"release": false,
4+
"release": true,
55
"fork_url": "https://github.com/apache/streampipes",
66
"version_from": "https://hub.docker.com/r/apachestreampipes/backend/tags",
77
"edition": [
@@ -15,7 +15,7 @@
1515
"requirements": {
1616
"cpu": "2",
1717
"memory": "4",
18-
"disk": "10",
18+
"disk": "8",
1919
"url": "https://streampipes.apache.org"
2020
}
2121
}

changelog_latest.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
1. add i18n for wordpress
1+
- [Create docker-compose.yml project for [signoz]](https://github.com/Websoft9/docker-library/issues/1792)
2+
- [Create docker-compose.yml project for [papermc]](https://github.com/Websoft9/docker-library/issues/1545)
3+
- [Create docker-compose.yml project for [fluentbit]](https://github.com/Websoft9/docker-library/issues/1361)
4+
- [Create docker-compose.yml project for [localai]](https://github.com/Websoft9/docker-library/issues/1235)
5+
- [Create docker-compose.yml project for [datahub]](https://github.com/Websoft9/docker-library/issues/315)
6+
- [Create docker-compose.yml project for [streampipes]](https://github.com/Websoft9/docker-library/issues/1365)
7+
- [Create docker-compose.yml project for [plex]](https://github.com/Websoft9/docker-library/issues/1198)
8+
- [Create docker-compose.yml project for [meilisearch]](https://github.com/Websoft9/docker-library/issues/1333)

0 commit comments

Comments
 (0)