Switch to Gunicorn
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
@@ -8,4 +6,6 @@ services:
|
||||
ports:
|
||||
- "8080:8000"
|
||||
environment:
|
||||
- DEBUG=1
|
||||
- DEBUG=1
|
||||
# Новая команда для Gunicorn
|
||||
command: gunicorn core.wsgi:application --bind 0.0.0.0:8000 --workers 3
|
||||
Reference in New Issue
Block a user