chore(deps): update flowiseai/flowise docker tag to v1.8.2 (#3743)
This commit is contained in:
parent
b01a0c80d2
commit
06f3418ed5
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8009,
|
"port": 8009,
|
||||||
"id": "flowise",
|
"id": "flowise",
|
||||||
"tipi_version": 16,
|
"tipi_version": 17,
|
||||||
"version": "1.8.1",
|
"version": "1.8.2",
|
||||||
"categories": ["ai", "automation"],
|
"categories": ["ai", "automation"],
|
||||||
"description": "Flowise AI is an Open source UI visual tool to build your customized LLM ochestration flow & AI agents. Developing LLM apps takes countless iterations. With low code approach, Flowise AI enable quick iterations to go from testing to production.",
|
"description": "Flowise AI is an Open source UI visual tool to build your customized LLM ochestration flow & AI agents. Developing LLM apps takes countless iterations. With low code approach, Flowise AI enable quick iterations to go from testing to production.",
|
||||||
"short_desc": "Build LLM Apps Easily",
|
"short_desc": "Build LLM Apps Easily",
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
flowise:
|
flowise:
|
||||||
image: flowiseai/flowise:1.8.1
|
image: flowiseai/flowise:1.8.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: /bin/sh -c "sleep 3; flowise start"
|
command: /bin/sh -c "sleep 3; flowise start"
|
||||||
container_name: flowise
|
container_name: flowise
|
||||||
|
|
Loading…
Reference in New Issue
Block a user