From 2964f65045968b0ac25cb2fee03f9bf0a1c033f7 Mon Sep 17 00:00:00 2001 From: alamin Date: Fri, 6 Mar 2026 09:43:26 +0000 Subject: [PATCH] Add 'flowise.yml' --- flowise.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 flowise.yml diff --git a/flowise.yml b/flowise.yml new file mode 100644 index 0000000..d2af512 --- /dev/null +++ b/flowise.yml @@ -0,0 +1,18 @@ +version: "3.8" + +services: + flowise: + image: flowiseai/flowise:latest + container_name: flowise + restart: always + ports: + - "3001:3000" + environment: + - PORT=3000 + - FLOWISE_USERNAME=admin + - FLOWISE_PASSWORD=admin123 + - DEBUG=true + - LOG_LEVEL=debug + volumes: + - /opt/ai-stack/flowise:/root/.flowise + - /opt/ai-stack/data:/opt/ai-stack/data \ No newline at end of file