chore(deps): update flowiseai/flowise docker tag to v1.8.0 (#3541)

This commit is contained in:
renovate[bot] 2024-05-22 16:27:44 +00:00 committed by GitHub
parent f97ef3bb37
commit 294da48465
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 11 deletions

View File

@ -5,12 +5,9 @@
"exposable": true, "exposable": true,
"port": 8009, "port": 8009,
"id": "flowise", "id": "flowise",
"tipi_version": 14, "tipi_version": 15,
"version": "1.7.2", "version": "1.8.0",
"categories": [ "categories": ["ai", "automation"],
"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",
"author": "flowise.ai", "author": "flowise.ai",
@ -75,8 +72,5 @@
"env_variable": "DISABLE_FLOWISE_TELEMETRY" "env_variable": "DISABLE_FLOWISE_TELEMETRY"
} }
], ],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: '3.7'
services: services:
flowise: flowise:
image: flowiseai/flowise:1.7.2 image: flowiseai/flowise:1.8.0
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