mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 08:57:31 +08:00
235 B
235 B
🐳 Docker compose
This will run the backend and frontend in separate containers. The frontend will be available at localhost:3000 and the backend at localhost:7860.
docker compose up --build
# or
make dev build=1