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

11 lines
165 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-23 19:22:35 +00:00
pull_policy: build
2024-09-10 09:50:11 +00:00
ports:
2024-10-05 05:20:59 +00:00
- ${NLU_ENGINE_PORT}:5000