no deploy

This commit is contained in:
2025-01-28 16:38:01 -08:00
parent b43600aa8c
commit e22d4ab79c

View File

@ -32,7 +32,7 @@ delete = true
name = "demo-immich" name = "demo-immich"
description = "See https://git.komo.do/komodo/demo-sync/src/branch/main/immich.compose.yaml" description = "See https://git.komo.do/komodo/demo-sync/src/branch/main/immich.compose.yaml"
tags = ["demo", "immich"] tags = ["demo", "immich"]
deploy = true deploy = false
[stack.config] [stack.config]
server_id = "demo-server" server_id = "demo-server"
file_contents = """ file_contents = """
@ -128,7 +128,7 @@ environment = """
name = "demo-jellyfin" name = "demo-jellyfin"
description = "See https://git.komo.do/komodo/demo-sync/src/branch/main/jellyfin.compose.yaml" description = "See https://git.komo.do/komodo/demo-sync/src/branch/main/jellyfin.compose.yaml"
tags = ["demo", "jellyfin"] tags = ["demo", "jellyfin"]
deploy = true deploy = false
[stack.config] [stack.config]
server_id = "demo-server" server_id = "demo-server"
file_paths = ["jellyfin.compose.yaml"] file_paths = ["jellyfin.compose.yaml"]
@ -158,7 +158,7 @@ on_pull.command = "sh ./trigger-immich-deploy.sh"
name = "grafana-ui" name = "grafana-ui"
description = "runs on port 3001" description = "runs on port 3001"
tags = ["logging", "ui"] tags = ["logging", "ui"]
deploy = true deploy = false
[deployment.config] [deployment.config]
server_id = "demo-server" server_id = "demo-server"
image.type = "Image" image.type = "Image"
@ -176,7 +176,7 @@ labels = "vector = key-value" # So vector picks up the logs, ships to loki
name = "loki-logging" name = "loki-logging"
description = "runs on 3100" description = "runs on 3100"
tags = ["logging"] tags = ["logging"]
deploy = true deploy = false
[deployment.config] [deployment.config]
server_id = "demo-server" server_id = "demo-server"
image.type = "Image" image.type = "Image"
@ -191,7 +191,7 @@ volumes = "loki-data = /loki"
name = "tempo-tracing" name = "tempo-tracing"
description = "OTLP: port 4317. HTTP: 3200. GRPC: 9096" description = "OTLP: port 4317. HTTP: 3200. GRPC: 9096"
tags = ["logging"] tags = ["logging"]
deploy = true deploy = false
[stack.config] [stack.config]
server_id = "demo-server" server_id = "demo-server"
file_paths = ["tempo.compose.yaml"] file_paths = ["tempo.compose.yaml"]
@ -207,7 +207,7 @@ repo = "komodo/demo-sync"
# name = "demo-jellyfin" # name = "demo-jellyfin"
# description = "Vector picks up logs from containers and ships them to central location" # description = "Vector picks up logs from containers and ships them to central location"
# tags = ["logging"] # tags = ["logging"]
# deploy = true # deploy = false
# [stack.config] # [stack.config]
# server_id = "demo-server" # server_id = "demo-server"
# file_paths = ["compose.yaml"] # file_paths = ["compose.yaml"]