I am planning to deploy multiple applications(approx 100+) in single VPS.
Each Django app will have it’s own celery and redis app.
How should I deploy all these applications properly?
I have tried to create individual service for each application but it became impossible to create a new service each time I’m deploying a new application.