langflow/deploy
2024-07-12 09:27:13 -07:00
..
.env.example fix: fix docker compose and add instructions (#2654) 2024-07-12 09:27:13 -07:00
.gitignore 📦 chore(deploy): add .gitignore file to ignore 'pgadmin' directory in the deploy folder 2023-08-16 19:27:26 -03:00
docker-compose.override.yml fix: fix docker compose and add instructions (#2654) 2024-07-12 09:27:13 -07:00
docker-compose.yml fix: fix docker compose and add instructions (#2654) 2024-07-12 09:27:13 -07:00
prometheus.yml 🚀 feat(docker-compose.yml): upgrade docker-compose version to 3.3 for compatibility with newer features and syntax 2023-08-20 13:26:02 -03:00
README.md fix: fix docker compose and add instructions (#2654) 2024-07-12 09:27:13 -07: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.