Refactor Docker and Django configuration

- Update Dockerfile to use Python 3.11-slim and optimize build steps
- Remove Dockerfile.prod and update docker-compose.yml
- Remove entrypoint.sh and twilio dependency
- Modify Django settings for production security and configuration
- Update user serializer to include group permissions
- Enhance CSRF and SSL configuration settings
This commit is contained in:
2025-02-12 19:27:05 +05:00
parent 871d604ef4
commit fea31cd651
6 changed files with 35 additions and 38 deletions

View File

@@ -85,7 +85,6 @@ svglib==1.5.1
tinycss2==1.2.1
tomli==2.0.2
toposort==1.10
twilio==9.3.7
types-pyyaml==6.0.12.20240917
types-requests==2.32.0.20241016
typing-extensions==4.12.2