hexabot/docker/docker-compose.nlu.dev.yml
2024-09-24 07:06:16 +01:00

11 lines
158 B
YAML

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