Skip to content

juroteam/docker-scm-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerised SCM Backup

SCM Backup in a Docker container. Default configuration is preset to work with Github.

Environment Variables

To run this project, you will need the following environment variables

GH_ORG

GH_USER

GH_PASS

Usage/Examples

docker run -v ${LOCAL_BACKUP_DIRECTORY}:/opt/scm-backup/backup \
           -e GH_USER=username \
           -e GH_PASS=app_password \
           -e GH_ORG=org \
           juroapp/scm-backup