Overview
Fork of louislam/dockge (the Docker Compose manager from the Uptime Kuma author). The upstream project has been stale since March 2025 (v1.5.0), so I’ve been adding features needed for daily operations:
- Collapsible sidebar — better screen real estate management
- Editor-only view mode — focus on compose editing without distractions
- Per-container log filtering — view logs from individual containers in a stack
- Container inspect panel — view container details without CLI access
- Pause/unpause — graceful container suspension
- Theme toggle — dark/light mode
- Docker login — authenticate to private registries from the UI
- Base path support — run behind a reverse proxy subpath
- Mobile back-button navigation — proper history stack on mobile
Multi-stage Docker build (docker/Dockerfile.full-build) that compiles the frontend in Docker for reproducible builds.