From f802aaedfa45ec2e5ab5b08d9dba509d33faff3c Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 9 Sep 2026 22:49:25 +0000 Subject: [PATCH] Delete TV_Containers/tiramisu/compose.yaml --- TV_Containers/tiramisu/compose.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 TV_Containers/tiramisu/compose.yaml diff --git a/TV_Containers/tiramisu/compose.yaml b/TV_Containers/tiramisu/compose.yaml deleted file mode 100644 index d9323a2..0000000 --- a/TV_Containers/tiramisu/compose.yaml +++ /dev/null @@ -1,21 +0,0 @@ -services: - tiramisu-config-init: - image: curlimages/curl:latest - container_name: tiramisu-config-init - user: "0:0" - volumes: - - /srv/docker/tiramisu:/target - entrypoint: > - sh -c " - if [ -d /target/config.json ]; then - echo 'config.json is a directory, not a file — removing it'; - rm -rf /target/config.json; - fi; - if [ ! -f /target/config.json ] || [ ! -s /target/config.json ]; then - curl -sSL -o /target/config.json https://raw.githubusercontent.com/MrRobotoGit/tiramisu/main/config.json.example - echo 'Fetched default config.json — edit /srv/docker/tiramisu/config.json with real values'; - else - echo 'config.json already exists, skipping fetch'; - fi - " - restart: "no" \ No newline at end of file