mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-16 08:25:18 +02:00
feat: add transcript and recording public URLs in API
This commit is contained in:
parent
7810923bca
commit
3df5730076
8 changed files with 412 additions and 14 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue