Dockge
A fancy, easy-to-use and reactive self-hosted docker compose.yaml
Dockge is a self-hosted, stack-oriented manager for Docker Compose files designed to simplify container management with a modern web interface. Instead of treating each container individually, it focuses on stacks defined by docker-compose.yaml files, allowing users to create, edit, start, stop, restart, and delete entire stacks through a UI rather than via CLI only. The tool preserves the stack files on disk (rather than hiding them inside a database), so users retain full flexibility to inspect and manage via normal Docker commands. It also supports multiple agents across different Docker hosts, enabling one unified UI to control stacks on multiple servers. ...