Dockge

Self-hosted - Docker compose.yaml - Stack-oriented Manager
Stacks Directory
Port

compose.yaml

Installation

# Create directories that store your stacks and store Dockge's stack
mkdir -p /opt/stacks /opt/dockge
cd /opt/dockge

# Download your compose.yaml
curl "{{ downloadPath }}" --output compose.yaml

# Start the Server
docker compose up -d

# If you are using docker-compose V1 or Podman
# docker-compose up -d
                        
screenshot