langflow/docker_example/docker-compose.yml
2023-03-17 09:17:25 -03:00

10 lines
161 B
YAML

version: '3'
services:
langflow:
build:
context: .
dockerfile: Dockerfile
ports:
- "5003:5003"
command: langflow --host 0.0.0.0