Skip to content

chadly/langflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Langflow Project Template

This repository is a project template for a LangFlow project runnable via docker compose.

It will spin up langflow along with a postgres database and a pgAdmin instance to access it.

Running Locally

Clone this repository directly or create a repo from GitHub's repository template feature.

Create a local copy of the environment variables file:

cp .env.example .env

and modify the values to your heart's content. These values can be made available within the containers specified in docker-compose.yml.

From there, you can run the containers via docker compose directly:

docker compose up

Accessing Langflow

Access LangFlow at localhost:7860.

Accessing pgAdmin

Access localhost:8420 with the username/password specified in .env. From there, you can register a new server:

Category Setting Value
General Name local
Connection Host name/address db
Connection Port 5432
Connection Username ${POSTGRES_USER}
Connection Password ${POSTGRES_PASSWORD}
Connection Save Password Yes

The values POSTGRES_USER and POSTGRES_PASSWORD are defined and can be changed in .env.

About

LangFlow Docker project template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors