Coreccion del cliente para descargar los archivos multimedia
This commit is contained in:
@@ -275,6 +275,7 @@ services:
|
||||
memory: 1G
|
||||
reservations:
|
||||
memory: 512M
|
||||
|
||||
# celery
|
||||
celery_worker:
|
||||
build: ./backend
|
||||
@@ -294,6 +295,10 @@ services:
|
||||
depends_on:
|
||||
- backend
|
||||
- valkey
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
- backend_cache:/app/__pycache__
|
||||
- backend_uploads:/app/uploads
|
||||
networks:
|
||||
- backend-net
|
||||
|
||||
@@ -315,6 +320,10 @@ services:
|
||||
depends_on:
|
||||
- backend
|
||||
- valkey
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
- backend_cache:/app/__pycache__
|
||||
- backend_uploads:/app/uploads
|
||||
networks:
|
||||
- backend-net
|
||||
|
||||
|
||||
Reference in New Issue
Block a user