feat: add 18 AI/ML Portainer templates with gap analysis

This commit is contained in:
2026-03-10 14:30:02 -03:00
parent 199f5218bb
commit c2d54dd915
21 changed files with 1238 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: "3.8"
services:
langflow:
image: langflowai/langflow:latest
container_name: langflow
restart: unless-stopped
ports:
- "${LANGFLOW_PORT:-7860}:7860"
volumes:
- langflow_data:/app/langflow
environment:
- LANGFLOW_DATABASE_URL=sqlite:////app/langflow/langflow.db
- LANGFLOW_CONFIG_DIR=/app/langflow
- LANGFLOW_AUTO_LOGIN=${AUTO_LOGIN:-true}
volumes:
langflow_data: