You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
398 B
18 lines
398 B
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
|