https://github.com/meloncafe/django-celery-docker-template
Django + Celery + Redis + MariaDB + Docker Template
https://github.com/meloncafe/django-celery-docker-template
celery django docker mariadb python redis template
Last synced: 3 months ago
JSON representation
Django + Celery + Redis + MariaDB + Docker Template
- Host: GitHub
- URL: https://github.com/meloncafe/django-celery-docker-template
- Owner: meloncafe
- License: mit
- Created: 2023-04-18T02:35:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-26T16:35:27.000Z (3 months ago)
- Last Synced: 2026-03-27T06:50:14.135Z (3 months ago)
- Topics: celery, django, docker, mariadb, python, redis, template
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django + Celery + Redis + MariaDB + Docker Template
## Include Package
```bash
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
```
## How to use
> 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
## Make Superuser
```bash
$ docker-compose exec django-app-green(or blue) bash
$ python manage.py createsuperuser
```
> Migration automatically migrates containers as they run.
## Docker Image Build
```bash
$ build.sh
```
## Production Deploy
```bash
$ deploy.sh
```
- Blue/Green Deployment
- Nginx Port : 8000