update to flowise docker-compose.yml (#3885)
* Update config.json * Update docker-compose.yml updated based upstream discussion
This commit is contained in:
parent
c06e30f7cf
commit
2a8c0295b1
|
@ -5,7 +5,7 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8009,
|
"port": 8009,
|
||||||
"id": "flowise",
|
"id": "flowise",
|
||||||
"tipi_version": 17,
|
"tipi_version": 18,
|
||||||
"version": "1.8.2",
|
"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.",
|
||||||
|
|
|
@ -4,7 +4,7 @@ services:
|
||||||
flowise:
|
flowise:
|
||||||
image: flowiseai/flowise:1.8.2
|
image: flowiseai/flowise:1.8.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: /bin/sh -c "sleep 3; flowise start"
|
entrypoint: /bin/sh -c "sleep 3; flowise start"
|
||||||
container_name: flowise
|
container_name: flowise
|
||||||
environment:
|
environment:
|
||||||
- PORT=8009
|
- PORT=8009
|
||||||
|
|
Loading…
Reference in New Issue
Block a user