chore(api): add docker compose and container image for no-reply service
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user