Files
fcos-test-3/stacks/test/test.toml
2026-03-15 15:30:14 +00:00

15 lines
434 B
TOML

[[stack]]
name = "test"
description = "test"
tags = ["fcos-test-3"]
[stack.config]
server_id = "fcos-test-3"
project_name = "test"
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/fcos-test-3"