- Dockerfile: python:3.12-slim, migrate + collectstatic + gunicorn (0.0.0.0:8000) - docker-compose.yml: порт 8000, env из .env, volume для SQLite - .dockerignore: .env, db.sqlite3, staticfiles, кэш - requirements.txt: + gunicorn - settings.py: STATIC_ROOT для collectstatic - проверено: manage.py check без ошибок
6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
Django>=5.0,<6.0
|
|
django-axes>=8.3.1
|
|
python-dotenv>=1.0
|
|
gunicorn>=22.0
|
|
|