mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-27 09:09:02 +08:00
feat: adding host param and docker example for deployment
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user