Add supporting services
This commit is contained in:
15
stacks/supporting-services/supporting-services.toml
Normal file
15
stacks/supporting-services/supporting-services.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[[stack]]
|
||||
name = "homeassistant-supporting-services"
|
||||
description = "Supporting services for homeassistant"
|
||||
tags = ["homeassistant"]
|
||||
[stack.config]
|
||||
server_id = "homeassistant"
|
||||
project_name = "supporting-services"
|
||||
run_directory = ""
|
||||
file_paths = ["docker-compose.yml"]
|
||||
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