Skip to content

Commit 2ed08f6

Browse files
New App: Flowise (#565)
URL: https://flowiseai.com/ I'm using images directly from their website, can swap with github URLs if needed. --------- Co-authored-by: CorrectRoad <a778917369@gmail.com>
1 parent 8b83ddb commit 2ed08f6

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

Apps/FlowiseAi/docker-compose.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: flowise
2+
services:
3+
flowise:
4+
image: flowiseai/flowise:2.1.2
5+
restart: always
6+
environment:
7+
- PORT=3025
8+
- DATABASE_PATH=/root/.flowise
9+
- APIKEY_PATH=/root/.flowise
10+
- SECRETKEY_PATH=/root/.flowise
11+
- LOG_PATH=/root/.flowise/logs
12+
- BLOB_STORAGE_PATH=/root/.flowise/storage
13+
- FLOWISE_USERNAME=casaos
14+
- FLOWISE_PASSWORD=casaos
15+
ports:
16+
- 3025:3025
17+
volumes:
18+
- /DATA/AppData/$AppID:/root/.flowise
19+
entrypoint: /bin/sh -c "sleep 3; flowise start"
20+
21+
x-casaos:
22+
architectures:
23+
- amd64
24+
main: flowise
25+
store_app_id: flowise
26+
category: Developer
27+
author: Flowise
28+
developer: Flowise
29+
icon: https://pbs.twimg.com/profile_images/1645548689757274113/dp5YMsvk_400x400.jpg
30+
screenshot_link:
31+
- https://flowiseai.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fproductcatalog.9d6b9124.png&w=1920&q=75
32+
description:
33+
en_us: "Flowise is an open source low-code tool for developers to build customized LLM orchestration flows & AI agents. Developing LLM apps often involves countless iterations. Our low-code and drag-and-drop UI approach enables quick iterations, helping you go from testing to production faster."
34+
tagline:
35+
en_us: "Open source low-code tool for developers to build customized LLM orchestration flow & AI agents"
36+
title:
37+
en_us: Flowise
38+
tips:
39+
before_install:
40+
en_us: Default username & password is `casaos`. You can change it in the environment variables.
41+
custom: null
42+
port_map: "3025"
43+
scheme: http
44+
index: /

0 commit comments

Comments
 (0)