mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 09:49:32 +08:00
Replace the removed langflow_bg_alive_workers metric with the three online/busy/idle worker gauges in the metric catalog, and document the new Langflow Background Workers dashboard: the worker_registry-backed roster, the $worker drill-down, and the registry interval/retention settings.
Run Langflow
Docker compose
To run Langflow with Docker compose, you need to have Docker and Docker compose installed on your machine. You can install Docker and Docker compose by following the instructions on the official Docker documentation.
The docker-compose file uses latest tag; it's recommended to pull the latest version of the images before running the docker-compose file.
docker compose pull
To start the Langflow services, run the following command:
docker compose up
After running the command, you can access the Langflow services at the following url: http://localhost:80.
Edit the .env file to change the port or other configurations.