Redis – VScode debugger with docker-compose
Recently i have started using docker for my project running with the following Django Nginx Gunicorn Celery Postgres Redis Earlier it was easy to setup debugger but after using docker-compose i am not able to do that. As soon as…