Manage all your source code repositories from a single, unified platform. This tool provides native support for Git, Mercurial, and Subversion, allowing you to handle all three repository types through one consistent web interface. It is designed for simplicity, from a quick installation process to daily management.
The system is lightweight and requires no external dependencies like web servers or databases, making setup straightforward. Configuration is handled entirely through its web UI, so you never need to edit configuration files manually.
Key features include:
services:
scm-manager:
image: scmmanager/scm-manager:latest
container_name: scm-manager
ports:
- "8080:8080"
volumes:
- ./scm-data:/var/lib/scm
restart: unless-stopped
# SCM-Manager does not require any sensitive environment variables for a basic deployment.
# The default admin credentials or initial setup token will be printed in the container logs on first startup.
Auto-fetched about 24 hours ago
Auto-fetched about 24 hours ago