Dockge is a self-hosted manager designed specifically for Docker compose.yaml files. It provides a clean and reactive interface to manage your application stacks without adding unnecessary complexity. The tool works directly with your compose.yaml files on your file system, making it intuitive for anyone familiar with Docker Compose.
This tool is built for those who want a more organized and visual way to handle their services. It focuses exclusively on being an excellent stack-oriented manager, rather than a comprehensive container platform. This focus ensures a lightweight and straightforward user experience.
Key features include:
compose.yaml Editor: Edit your files directly in the web UI with syntax highlighting.docker compose commands as they run.docker run to Compose Conversion: Automatically convert docker run commands into a compose.yaml format.services:
dockge:
image: louislam/dockge:1
restart: unless-stopped
ports:
- "5001:5001"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/app/data
- ./stacks:/opt/stacks
environment:
- DOCKGE_STACKS_DIR=/opt/stacks# Dockge does not require any sensitive environment variables for its basic setup.
# Authentication and admin credentials are configured via the web UI on first launch.Auto-fetched 13 minutes ago
Auto-fetched 13 minutes ago