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