update resources repo

This commit is contained in:
2025-05-31 11:33:18 -07:00
parent b0ddb3105f
commit e6659dbfb4

View File

@ -41,7 +41,7 @@ files_on_host = true
[[stack]]
name = "demo-immich"
description = "See https://git.komo.do/moghtech/demo-sync/src/branch/main/immich.compose.yaml"
description = "https://git.komo.do/komodo/demo/src/branch/main/immich.compose.yaml"
tags = ["demo", "immich"]
deploy = false
[stack.config]
@ -137,14 +137,14 @@ environment = """
[[stack]]
name = "demo-jellyfin"
description = "See https://git.komo.do/moghtech/demo-sync/src/branch/main/jellyfin.compose.yaml"
description = "https://git.komo.do/komodo/demo/src/branch/main/jellyfin.compose.yaml"
tags = ["demo", "jellyfin"]
deploy = false
[stack.config]
server_id = "demo-server"
file_paths = ["jellyfin.compose.yaml"]
git_provider = "git.komo.do"
repo = "moghtech/demo-sync"
repo = "komodo/demo"
##########################
# Immich Deployer (Repo) #
@ -157,7 +157,7 @@ tags = ["immich", "automation"]
[repo.config]
server_id = "demo-server"
git_provider = "git.komo.do"
repo = "moghtech/demo-sync"
repo = "komodo/demo"
on_pull.path = "."
on_pull.command = "sh ./trigger-immich-deploy.sh"
@ -208,7 +208,7 @@ server_id = "demo-server"
file_paths = ["tempo.compose.yaml"]
ignore_services = ["init"]
git_provider = "git.komo.do"
repo = "moghtech/demo-sync"
repo = "komodo/demo"
####################
# Vector (Logging) #