Skip to content
Snippets Groups Projects
Commit 18a34c18 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

README.md

parent de7dd11d
Branches
No related tags found
Loading
FROM registry.cyberbrain.pw/docker/git-sync:latest FROM registry.cyberbrain.pw/docker/git-sync:latest
ENV GIT_SYNC_HTTP_METRICS=false \ ENV GIT_SYNC_ROOT='/tmp/git' \
GIT_SYNC_ROOT='/tmp/git' \
GIT_SYNC_DEST='sync' \ GIT_SYNC_DEST='sync' \
GIT_SYNC_EXECHOOK_COMMAND='/rsync-sync' \ GIT_SYNC_EXECHOOK_COMMAND='/rsync-sync' \
GIT_SYNC_ADD_USER='true' GIT_SYNC_ADD_USER='true'
......
# Git Sync - Rsync Sync # Git Sync - Rsync Sync
Warning! Default excludes could change suddenly and with no reason) Essentian bind mounts:
- your config dir as /sync
Assumed bind mounts:
- your rsync excludes file as /rsync-sync.excludes
Preset env vars:
- GIT_SYNC_ROOT='/tmp/git'
- GIT_SYNC_DEST='sync'
- GIT_SYNC_EXECHOOK_COMMAND='/rsync-sync'
- GIT_SYNC_ADD_USER='true'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment