mirror of
https://github.com/hexastack/hexabot
synced 2024-11-22 17:48:21 +00:00
11 lines
165 B
YAML
11 lines
165 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
nlu-api:
|
|
build:
|
|
context: ../nlu
|
|
dockerfile: Dockerfile
|
|
pull_policy: build
|
|
ports:
|
|
- ${NLU_ENGINE_PORT}:5000
|