Initial
This commit is contained in:
commit
3f60b72c3b
48 changed files with 6599 additions and 0 deletions
22
demo-config.yaml
Normal file
22
demo-config.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
compose_paths:
|
||||
- "/app/compose-files"
|
||||
- "./test-docker-compose.yml"
|
||||
|
||||
schedule: "0 0 2 * * *"
|
||||
|
||||
registries:
|
||||
"docker.io":
|
||||
url: "https://registry-1.docker.io"
|
||||
|
||||
"ghcr.io":
|
||||
url: "https://ghcr.io"
|
||||
auth_token: "${GITHUB_TOKEN}"
|
||||
|
||||
update_strategy: "LatestPatchOfPreviousMinor"
|
||||
|
||||
ignore_images:
|
||||
- "localhost"
|
||||
- "127.0.0.1"
|
||||
- "local/"
|
||||
|
||||
dry_run: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue