mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-25 12:01:04 +02:00
chore: refactor file upload mechanism to avoid NFS dependency
This commit is contained in:
parent
79a4a3c9f1
commit
6c5e1622f3
22 changed files with 293 additions and 400 deletions
|
|
@ -142,8 +142,6 @@ services:
|
|||
|
||||
api:
|
||||
image: ${REGISTRY:-dograhai}/dograh-api:latest
|
||||
volumes:
|
||||
- shared-tmp:/tmp
|
||||
environment:
|
||||
# Core application config
|
||||
ENVIRONMENT: "${ENVIRONMENT:-local}"
|
||||
|
|
@ -330,8 +328,6 @@ volumes:
|
|||
redis_data:
|
||||
minio-data:
|
||||
driver: local
|
||||
shared-tmp:
|
||||
driver: local
|
||||
nginx-generated:
|
||||
driver: local
|
||||
coturn-generated:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue