mirror of
https://github.com/hexastack/hexabot
synced 2024-11-24 13:05:15 +00:00
11 lines
158 B
YAML
11 lines
158 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
nlu-api:
|
|
build:
|
|
context: ../nlu
|
|
dockerfile: Dockerfile
|
|
pull_policy: build
|
|
ports:
|
|
- ${NLP_PORT}:5000
|