I have 5 docker-compose-based services. I wrote a shell script:
#!/usr/bin/env bash
for y in $(find /etc/ -name docker-compose.yml); do
cd $(dirname $y)
docker compose pull
systemctl restart $y
done
(edit: spelling; thanks Unquote0270)
I have 5 docker-compose-based services. I wrote a shell script:
#!/usr/bin/env bash
for y in $(find /etc/ -name docker-compose.yml); do
cd $(dirname $y)
docker compose pull
systemctl restart $y
done
(edit: spelling; thanks Unquote0270)




I use tmux or screen, and set the status bar in different remotes to different colors.
I use Debian stable and subscribe to the debian-security-announce mailing list, so I update each time I get an email from it.