hexabot/docker/docker-compose.nlu.dev.yml

10 lines
135 B
YAML
Raw Normal View History

2024-09-10 09:50:11 +00:00
version: "3.9"
services:
nlu-api:
build:
context: ../nlu
dockerfile: Dockerfile
2024-09-10 09:50:11 +00:00
ports:
- ${NLP_PORT}:5000