feat: adding host param and docker example for deployment
This commit is contained in:
parent
03430c7944
commit
f798b7db19
3 changed files with 20 additions and 2 deletions
11
docker_example/docker-compose.yml
Normal file
11
docker_example/docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
langflow:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "5003:5003"
|
||||
command: langflow --host 0.0.0.0
|
||||
platform: linux/amd64
|
||||
Loading…
Add table
Add a link
Reference in a new issue