Sign inSign up

verajm/gitcron

By verajm

Updated over 6 years ago

Image
0

82

verajm/gitcron repository overview

gitcron

TL;DR

Used to keep your repo synced using HTTPS login

version: '3.7'
services:
    gitcron:
        image: verajm/gitcron
        environment:
            - CRON_ENTRY=* * * * * cd /git && git pull
            - GIT_USER=dummy_user
            - GIT_PASSWORD=dummy_pass
        volumes:
            - $(pwd)/repo:/git
            - $(HOME)./ssh:/root/.ssh

Tag summary

Content type

Image

Digest

Size

15 MB

Last updated

over 6 years ago

docker pull verajm/gitcron