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