11 lines
No EOL
187 B
YAML
11 lines
No EOL
187 B
YAML
version: '3'
|
|
|
|
services:
|
|
langflow:
|
|
build:
|
|
context: ./
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "5003:5003"
|
|
command: langflow --host 0.0.0.0
|
|
platform: linux/amd64 |