Set default GITSYNC_REPO in docker-compose.yml
CI / validateComposeSyntax (push) Successful in 42s

This commit is contained in:
LRVT
2026-07-01 10:39:38 +02:00
committed by GitHub
parent 3d7d697d4f
commit 8f5ebc8940
+1 -1
View File
@@ -33,7 +33,7 @@ services:
user: "1000:1000"
entrypoint: ["git-sync"]
command:
- "--repo=${GITSYNC_REPO:?please define the repo to sync}"
- "--repo=${GITSYNC_REPO:-https://github.com/example/example.git}"
- "--root=/vaults/.git-sync"
- "--link=/vaults/current"
- "--period=${GITSYNC_PERIOD:-30s}"