diff --git a/resources.toml b/resources.toml index ede158e..aca3736 100644 --- a/resources.toml +++ b/resources.toml @@ -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) #