Fix media volume: mount directly to host for proper file access by Nginx

This commit is contained in:
2025-11-24 13:40:36 +09:00
parent 557314aa3c
commit f6e37ca1be

View File

@@ -64,7 +64,7 @@ services:
volumes: volumes:
- .:/app - .:/app
- static_volume:/app/smartsoltech/staticfiles - static_volume:/app/smartsoltech/staticfiles
- media_volume:/app/smartsoltech/media - ./smartsoltech/media:/app/smartsoltech/media
ports: ports:
- "8000:8000" - "8000:8000"
depends_on: depends_on: