mysqlclient
requests
redis
celery
django
django-redis-cache
django-celery-beat
django-redis
django-ipware
django-request-logging
django-environ
environ
gunicorn
All packages except 'django-redis' are up to date
django-redis are >=5.2.0,<6.0.0
Copy the config/.env.example file to the .env file, fill in the contents and use it.
For development, use your own django runserver and use Docker for Production deployment
$ docker-compose exec django-app-green(or blue) bash
$ python manage.py createsuperuser
Migration automatically migrates containers as they run.
$ build.sh
$ deploy.sh
- Blue/Green Deployment
- Nginx Port : 8000