v2
This commit is contained in:
18
ai-templates-0/stacks/langflow/docker-compose.yml
Normal file
18
ai-templates-0/stacks/langflow/docker-compose.yml
Normal 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:
|
||||
Reference in New Issue
Block a user