hexabot/docker/docker-compose.nlu.dev.yml
2024-09-20 18:28:55 +01:00

10 lines
135 B
YAML

version: "3.9"
services:
nlu-api:
build:
context: ../nlu
dockerfile: Dockerfile
ports:
- ${NLP_PORT}:5000