Add git-pull functionality 💅

This commit is contained in:
3wc
2022-03-23 11:57:26 +02:00
parent b8dec9d61a
commit 2158fa1fc4
4 changed files with 43 additions and 0 deletions

View File

@ -9,3 +9,8 @@ COMPOSE_FILE="compose.yml"
# Single Sign On via Traefik "file provider"
#COMPOSE_FILE="$COMPOSE_FILE:compose.sso.yml"
# Git-pull regularly
#COMPOSE_FILE="$COMPOSE_FILE:compose.git-pull.yml"
#GIT_REPO_URL="https://git.coopcloud.tech/dalmationer/hexbomb.gay"
#CRON_SCHEDULE="*/1 * * * *"