tools_webhook: added docker file

This commit is contained in:
arkml 2025-02-14 14:41:25 +05:30
parent d55b9ea02e
commit 40164734c4
3 changed files with 33 additions and 2 deletions

View file

@ -48,6 +48,16 @@ services:
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- API_KEY=${COPILOT_API_KEY}
restart: unless-stopped
tools_webhook:
build:
context: ./apps/tools_webhook
dockerfile: Dockerfile
ports:
- "3005:3005"
environment:
- SIGNING_SECRET=${SIGNING_SECRET}
restart: unless-stopped
docs: