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