Restart PeerTube container without downtime

I have deployed PeerTube my staging server which is live parallel. I have created a plugin and i need to install and test the plugin in the staging server. But for the changes to reflect, I need to restart the container every time. I saw that the nginx has a feature that lets the container reload without downtime. For example this command: sudo docker exec -it peertube_webserver_1 nginx -s reload

Is there any feature that PeerTube container has implemented to reload the container with zero downtime?