Browse Source

Add 'flowise.yml'

master
alamin 22 hours ago
parent
commit
2964f65045
  1. 18
      flowise.yml

18
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
Loading…
Cancel
Save