12 lines
262 B
YAML
12 lines
262 B
YAML
services:
|
|
diarization-ui:
|
|
build:
|
|
context: ./web-ui
|
|
dockerfile: Dockerfile
|
|
container_name: diarization-ui
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8094:80"
|
|
environment:
|
|
- API_BASE=${API_BASE:-http://gx10.aquantico.lan:8093}
|