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