12 lines
265 B
YAML
12 lines
265 B
YAML
services:
|
|
whispergate-no-reply-api:
|
|
build:
|
|
context: ./no-reply-api
|
|
container_name: whispergate-no-reply-api
|
|
ports:
|
|
- "8787:8787"
|
|
environment:
|
|
- PORT=8787
|
|
- NO_REPLY_MODEL=whispergate-no-reply-v1
|
|
restart: unless-stopped
|