Portainer
Container Management
Open SourceWeb UI for inspecting and managing the Docker host's containers, images, and volumes.
Portainer provides a web UI for inspecting and managing the Docker host’s containers, images, networks, and volumes, useful for a quick check on container health and resource usage without SSHing in and running docker ps by hand, and for browsing or exporting container logs.
It isn’t used to deploy the stack itself, that’s handled directly through Docker Compose, but it runs through that same generic Compose stack alongside the services it manages.