fix(postiz): improve temporal integration

- increase elasticsearch memory to 512mb
- add temporal databases to initialization
- add postiz to final report
This commit is contained in:
Yury Kossakovsky
2026-01-17 19:56:29 -07:00
parent bf7ce20f7b
commit a99676e3d5
4 changed files with 9 additions and 5 deletions

View File

@@ -97,6 +97,9 @@ fi
if is_profile_active "nocodb"; then
echo -e " ${GREEN}*${NC} ${WHITE}NocoDB${NC}: Create your account on first login"
fi
if is_profile_active "postiz"; then
echo -e " ${GREEN}*${NC} ${WHITE}Postiz${NC}: Create your account on first login"
fi
if is_profile_active "gost"; then
echo -e " ${GREEN}*${NC} ${WHITE}Gost Proxy${NC}: Routing AI traffic through external proxy"
fi

View File

@@ -30,6 +30,8 @@ INIT_DB_DATABASES=(
"lightrag"
"nocodb"
"postiz"
"temporal"
"temporal_visibility"
"waha"
)