Fix os import and add media settings 5

This commit is contained in:
ack
2026-01-21 04:37:08 +03:00
parent 0f5455618b
commit 155c0d8436
3 changed files with 11 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ services:
# теперь его будет "прикрывать" Nginx
expose:
- "8000"
command: gunicorn core.wsgi:application --bind 0.0.0.0:8000 --workers 3
# command: gunicorn core.wsgi:application --bind 0.0.0.0:8000 --workers 3
nginx:
image: nginx:latest