Initial commit
This commit is contained in:
13
komodo/resource-sync/fcos-test-3.toml
Normal file
13
komodo/resource-sync/fcos-test-3.toml
Normal file
@@ -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 = [""]
|
||||
8
komodo/server/fcos-test-3.toml
Normal file
8
komodo/server/fcos-test-3.toml
Normal file
@@ -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
|
||||
|
||||
15
stacks/supporting-services/supporting-services.toml
Normal file
15
stacks/supporting-services/supporting-services.toml
Normal 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"
|
||||
Reference in New Issue
Block a user