https://github.com/tlaanemaa/langflow-docker
Simple Docker wrapper for LangFlow
https://github.com/tlaanemaa/langflow-docker
docker langchain langflow web-ui
Last synced: 2 months ago
JSON representation
Simple Docker wrapper for LangFlow
- Host: GitHub
- URL: https://github.com/tlaanemaa/langflow-docker
- Owner: tlaanemaa
- License: mit
- Created: 2023-05-05T19:22:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T19:20:48.000Z (about 3 years ago)
- Last Synced: 2025-07-20T20:02:19.309Z (11 months ago)
- Topics: docker, langchain, langflow, web-ui
- Language: Dockerfile
- Homepage:
- Size: 13.7 KB
- Stars: 22
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LangFlow Docker
_Simple Docker wrapper for [LangFlow](https://github.com/logspace-ai/langflow)._
[](https://github.com/tlaanemaa/langflow-docker/actions/workflows/build-and-push-image.yml)
This is basically just a copy-paste of [their docker example](https://github.com/logspace-ai/langflow/tree/dev/docker_example), so that you don't need to clone the whole repository.
## Running
```sh
git clone https://github.com/tlaanemaa/langflow-docker.git
cd langflow-docker
docker compose up
```
The web UI will be accessible on port [7860](http://localhost:7860/)
## Resources
- [Prebuilt image](https://github.com/tlaanemaa/langflow-docker/pkgs/container/langflow-docker)
- [Official HuggingFace space](https://logspace-langflow.hf.space/)