SCM-Manager
The easiest way to share and manage your Git, Mercurial and Subversion repositories over http.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '2.0'
services:
scm:
image: scmmanager/scm-manager:<version>
ports:
- "8080:8080"
# if the ssh plugin is used
- "2222:2222"
volumes:
- ./scmhome:/var/lib/scm
restart: unless-stoppedResources
Website: https://scm-manager.org/
GitHub: https://github.com/scm-manager/scm-manager
Docker Hub: https://hub.docker.com/r/scmmanager/scm-manager
Configuration: https://scm-manager.org/docs/latest/en/installation/docker/