Initial commit

This commit is contained in:
2026-03-14 18:34:29 +00:00
commit 9aa4cdb9da
3 changed files with 36 additions and 0 deletions

View File

@@ -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"