esc
Type to search the docs
Back to catalog

dockge

Tested

Easy-to-use Docker Compose stack manager with web UI

Docker Management Homepage Repository

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up dockge

Requires Docker Desktop. No source code needed — pulls pre-built images and starts dockge with all dependencies.

Image: louislam/dockge:1
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: dockge
description: "Easy-to-use Docker Compose stack manager with web UI"
repository: https://github.com/louislam/dockge
logo: https://raw.githubusercontent.com/louislam/dockge/master/frontend/public/icon.svg

image: louislam/dockge:1
provides:
  - protocol: http
    port: 5001
    exposed: true
storage:
  stacks:
    path: /opt/stacks
    persistent: true
  data:
    path: /app/data
    persistent: true
health: /
restart: always

Test Results

Last Tested

2026-04-08

Health Check

Passing

Startup Time

7s

Total Disk

734 MB

Learn More

Spec references for features used in this Launchfile.

© 2026 High Bridge Enterprises AB