hexabot/docker/docker-compose.nlu.dev.yml
2024-10-05 06:20:59 +01:00

11 lines
165 B
YAML

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