giving up pm2 to docker somewhere in 2023
Why? because node is very hard to control apps, docker compose are much simpler for my case.
if i want to upgrade my ghost i just do two thing after docker compose are ready
docker-compose stop
docker-compose pull
docker-compose up -d
and that's it, my ghost bump to newest working version, never worry something else.