feat: add 18 AI/ML Portainer templates with gap analysis
This commit is contained in:
19
ai-templates/stacks/flowise/docker-compose.yml
Normal file
19
ai-templates/stacks/flowise/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
flowise:
|
||||
image: flowiseai/flowise:latest
|
||||
container_name: flowise
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${FLOWISE_PORT:-3000}:3000"
|
||||
volumes:
|
||||
- flowise_data:/root/.flowise
|
||||
environment:
|
||||
- FLOWISE_USERNAME=${FLOWISE_USERNAME:-admin}
|
||||
- FLOWISE_PASSWORD=${FLOWISE_PASSWORD:-changeme}
|
||||
- APIKEY_PATH=/root/.flowise
|
||||
- LOG_PATH=/root/.flowise/logs
|
||||
|
||||
volumes:
|
||||
flowise_data:
|
||||
Reference in New Issue
Block a user