Dockerization for an ASGI App + backup scripts for user generated data
Budget: $10 – $30 USD
We will provide an existing Django project, need to writing Dockerfile and docker-compose.yml for different envs (dev, staging, prod) for it. To run up the whole services with several commands
The services should be run up using docker:
- Django
- Django channels with ASGI app
- Daphne
- Nginx
- Redis
- PostgreSQL on volume
- Static files hosting of project assets and user generated data on volume
Note:
1. All user generated data (SQL data and static files) should be able to backup to another location
2. Should include the backup scripts for SQL data and user generated files
2. Should also include the scripts to run up/ restart/ stop the docker services
The services should be run up using docker:
- Django
- Django channels with ASGI app
- Daphne
- Nginx
- Redis
- PostgreSQL on volume
- Static files hosting of project assets and user generated data on volume
Note:
1. All user generated data (SQL data and static files) should be able to backup to another location
2. Should include the backup scripts for SQL data and user generated files
2. Should also include the scripts to run up/ restart/ stop the docker services