|
|
|
@ -9,7 +9,9 @@ services: |
|
|
|
dockerfile: Dockerfile.prod |
|
|
|
command: gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers=32 --timeout 560 |
|
|
|
volumes: |
|
|
|
- static_volume:/usr/src/app/static |
|
|
|
# - static_volume:/usr/src/app/static |
|
|
|
- media_volume:/usr/src/app/media |
|
|
|
- staticfiles_volume:/usr/src/app/staticfiles |
|
|
|
ports: |
|
|
|
- "8010:8000" |
|
|
|
env_file: |
|
|
|
@ -79,8 +81,10 @@ services: |
|
|
|
|
|
|
|
|
|
|
|
volumes: |
|
|
|
staticfiles_volume: # Volume برای فایلهای static |
|
|
|
media_volume: |
|
|
|
postgres_data: |
|
|
|
static_volume: |
|
|
|
# static_volume: |
|
|
|
redis_data: |
|
|
|
|
|
|
|
networks: |
|
|
|
|