Docker image for git.
PREREQUISITES
- Docker installed
INSTALLATION
- Docker compose example:
# Git
git:
container_name: git
image: baroka/git:latest
restart: "no"
networks:
- t2_proxy
security_opt:
- no-new-privileges:true
build:
context: $DOCKERDIR/git/$GIT_FOLDER
volumes:
- $DOCKERDIR/git/lnks:/git
environment:
- TZ=$TZ
- PGID=$PGID
- PUID=$PUID
- GIT_EMAIL=$GIT_EMAIL
- GIT_NAME=$GIT_NAME
- GIT_TOKEN=$GIT_TOKEN
- $DOCKERDIR points to your local path with subdirectories with Docker repos
- $GIT_EMAIL, $GIT_NAME, $GIT_TOKEN. Github parameters
-
Notifications
You must be signed in to change notification settings - Fork 0
baroka/git
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published