From 58e9220225078611740e658cc0650db8a9ef9fe9 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 26 Dec 2023 17:26:53 +0800 Subject: [PATCH] opensearch --- apps/onlyofficedocs/.env | 3 +-- apps/opensearch/.env | 4 ++-- apps/opensearch/variables.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/onlyofficedocs/.env b/apps/onlyofficedocs/.env index 67517214d..3f19fbe07 100644 --- a/apps/onlyofficedocs/.env +++ b/apps/onlyofficedocs/.env @@ -1,10 +1,9 @@ # [documentserver, documentserver-ee] W9_VERSION=latest -W9_ID=onlyofficedocs W9_REPO=onlyoffice/documentserver W9_DIST=community - #### -- Not allowed to edit below environments when recreate app based on existing data -- #### +W9_ID=onlyofficedocs W9_HTTP_PORT=80 W9_HTTP_PORT_SET=9002 W9_URL=appname.example.com diff --git a/apps/opensearch/.env b/apps/opensearch/.env index 171d9298a..53c350080 100644 --- a/apps/opensearch/.env +++ b/apps/opensearch/.env @@ -7,8 +7,8 @@ W9_REPO=opensearchproject/opensearch #### -- Not allowed to edit below environments when recreate app based on existing data -- #### W9_ID=opensearch -W9_SEARCH_PORT_SET=9200 -W9_MAGE_PORT_SET=9600 +W9_SEARCH_PORT_SET=9201 +W9_MAGE_PORT_SET=9601 W9_HTTP_PORT=5601 W9_HTTP_PORT_SET=5601 W9_URL=appname.example.com diff --git a/apps/opensearch/variables.json b/apps/opensearch/variables.json index 6f18a2ad8..ef88f48b8 100644 --- a/apps/opensearch/variables.json +++ b/apps/opensearch/variables.json @@ -7,7 +7,7 @@ { "dist": "community", "version": [ - "3.1.1", + "2.11.1", "latest" ] }