update to flowise docker-compose.yml (#3885)

* Update config.json

* Update docker-compose.yml

updated based upstream discussion
This commit is contained in:
austinsr1 2024-06-23 18:39:02 -04:00 committed by GitHub
parent c06e30f7cf
commit 2a8c0295b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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.",

View File

@ -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