(beginner question)
I've successfully setup a nginx+gunicorn+django docker image on a Digital Ocean droplet.
My Django project follows the very good Cookie-Cutter-Django pattern (see here).
In this doc, there is a description of a supervisor install.
What I'm missing here is WHERE is the supervisor supposed to be running? Local or remotely?
I understand that if I install the supervisor on my laptop it will "keep-alive" my command "docker-compose up".
But what if I take 1 week off and my laptop runs out off battery?
Will the supervisor stop its job?
If so, I need to install it on my droplet, right?