From 9aa4cdb9daea59e408f727bc14a8d0d9f8c32afa Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sat, 14 Mar 2026 18:34:29 +0000 Subject: [PATCH] Initial commit --- komodo/resource-sync/fcos-test-3.toml | 13 +++++++++++++ komodo/server/fcos-test-3.toml | 8 ++++++++ .../supporting-services/supporting-services.toml | 15 +++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 komodo/resource-sync/fcos-test-3.toml create mode 100644 komodo/server/fcos-test-3.toml create mode 100644 stacks/supporting-services/supporting-services.toml diff --git a/komodo/resource-sync/fcos-test-3.toml b/komodo/resource-sync/fcos-test-3.toml new file mode 100644 index 0000000..5886ae3 --- /dev/null +++ b/komodo/resource-sync/fcos-test-3.toml @@ -0,0 +1,13 @@ +[[repo]] +name = "mrmeeb-labs/fcos-test-3" +[repo.config] +server = "Local" +git_provider = "git.mrmeeb.stream" +git_account = "MrMeeb" +repo = "mrmeeb-labs/fcos-test-3" + +[[resource_sync]] +name = "mrmeeb-labs/fcos-test-3" +[resource_sync.config] +linked_repo = "mrmeeb-labs/fcos-test-3" +resource_path = [""] \ No newline at end of file diff --git a/komodo/server/fcos-test-3.toml b/komodo/server/fcos-test-3.toml new file mode 100644 index 0000000..232c6e3 --- /dev/null +++ b/komodo/server/fcos-test-3.toml @@ -0,0 +1,8 @@ +[[server]] # Declare a new server +name = "focs-test-3" +description = "fcos-test-3" +[server.config] +address = "https://fcos-test-3.test.mrmeeb.co.uk:8120" +region = "onsite" +enabled = true + diff --git a/stacks/supporting-services/supporting-services.toml b/stacks/supporting-services/supporting-services.toml new file mode 100644 index 0000000..dc963d5 --- /dev/null +++ b/stacks/supporting-services/supporting-services.toml @@ -0,0 +1,15 @@ +[[stack]] +name = "fcos-test-3-supporting-services" +description = "Supporting services for fcos-test-3" +tags = ["fcos-test-3"] +[stack.config] +server_id = "fcos-test-3" +project_name = "supporting-services" +run_directory = "" +file_paths = ["docker-compose.yaml"] +env_file_path = ".komodo-env" +additional_env_files = [".env"] +pre_deploy.command = """ +sed -i "s/HOSTNAME-CHANGEME/$(hostname)/g" .env # Sets the hostname dynamically according to the device it is run on +""" +linked_repo = "mrmeeb-labs/supporting-services" \ No newline at end of file