mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-04 10:52:17 +02:00
chore: refactor file upload mechanism to avoid NFS dependency (#496)
* chore: refactor file upload mechanism to avoid NFS dependency * add regression test for deregistration of calls * fix: fix minio upload issue * fix: make transcript upload async
This commit is contained in:
parent
79a4a3c9f1
commit
a54ab519b8
23 changed files with 370 additions and 401 deletions
|
|
@ -138,8 +138,6 @@ services:
|
|||
api:
|
||||
image: ${REGISTRY:-dograhai}/dograh-api:${DOGRAH_VERSION:-latest}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- shared-tmp:/tmp
|
||||
environment:
|
||||
# production => drop private-IP host ICE candidates on a public VPS and
|
||||
# order TURN URIs UDP-first. Required for correct remote WebRTC.
|
||||
|
|
@ -266,8 +264,6 @@ volumes:
|
|||
redis_data:
|
||||
minio-data:
|
||||
driver: local
|
||||
shared-tmp:
|
||||
driver: local
|
||||
|
||||
networks:
|
||||
# Internal network for service-to-service traffic (db, redis, minio, coturn).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue