Files
langflow/deploy
ogabrielluiz be415d7459 docs(observability): document worker fleet dashboard and registry gauges
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.
2026-06-05 23:48:46 -03:00
..

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.