feat: add transcript and recording public URLs in API

This commit is contained in:
Abhishek Kumar 2026-05-26 15:11:56 +05:30
parent 7810923bca
commit 3df5730076
8 changed files with 412 additions and 14 deletions

View file

@ -17,6 +17,11 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
init: true
security_opt:
- seccomp=unconfined
- apparmor=unconfined
cap_add:
- SYS_ADMIN
networks:
- app-network
volumes: