chore: refactor file upload mechanism to avoid NFS dependency

This commit is contained in:
Abhishek Kumar 2026-07-03 18:50:15 +05:30
parent 79a4a3c9f1
commit 6c5e1622f3
22 changed files with 293 additions and 400 deletions

View file

@ -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).