|
|
@ -7,7 +7,7 @@ services: |
|
|
build: |
|
|
build: |
|
|
context: . |
|
|
context: . |
|
|
dockerfile: Dockerfile.prod |
|
|
dockerfile: Dockerfile.prod |
|
|
command: gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers=32 --timeout 560 |
|
|
|
|
|
|
|
|
command: gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers=4 --timeout 560 |
|
|
volumes: |
|
|
volumes: |
|
|
- static_volume:/usr/src/app/static |
|
|
- static_volume:/usr/src/app/static |
|
|
ports: |
|
|
ports: |
|
|
|