This commit is contained in:
2025-06-07 14:18:38 -07:00
parent efdc27e656
commit 9025095cb0

View File

@ -80,11 +80,9 @@ volumes:
[[stack]] [[stack]]
name = "demo-immich" name = "demo-immich"
description = "https://git.komo.do/komodo/demo/src/branch/main/immich.compose.yaml"
tags = ["demo", "immich"] tags = ["demo", "immich"]
deploy = false
[stack.config] [stack.config]
server_id = "demo-server" server = "demo-server"
file_contents = """ file_contents = """
# #
# WARNING: Make sure to use the docker-compose.yml of the current release: # WARNING: Make sure to use the docker-compose.yml of the current release:
@ -176,14 +174,15 @@ environment = """
[[stack]] [[stack]]
name = "demo-jellyfin" name = "demo-jellyfin"
description = "https://git.komo.do/komodo/demo/src/branch/main/jellyfin.compose.yaml"
tags = ["demo", "jellyfin"] tags = ["demo", "jellyfin"]
deploy = false
[stack.config] [stack.config]
server_id = "demo-server" server = "demo-server"
file_paths = ["jellyfin.compose.yaml"] links = [
"https://git.komo.do/komodo/demo/src/branch/main/jellyfin.compose.yaml"
]
git_provider = "git.komo.do" git_provider = "git.komo.do"
repo = "komodo/demo" repo = "komodo/demo"
file_paths = ["jellyfin.compose.yaml"]
############################ ############################
# Jellyfin Deployer (Repo) # # Jellyfin Deployer (Repo) #