Skip to main content
Live open source

Dockge Fork

Feature-rich fork of the Dockge Docker Compose manager — 19 commits adding collapsible sidebar, per-container logs, container inspect, and mobile UX improvements.

TypeScript Vue.js Socket.io Docker Node.js

Timeline

Started
Jul 2026
19
Commits Ahead
8+
New Features
MIT (louislam)
Base Project
Stale since Mar 2025
Upstream Status

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.