Add supporting-services/supporting-services.toml
This commit is contained in:
18
supporting-services/supporting-services.toml
Normal file
18
supporting-services/supporting-services.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[[stack]]
|
||||
name = "${REPO_NAME}-supporting-services"
|
||||
description = "Supporting services for ${REPO_NAME}"
|
||||
tags = ["${REPO_NAME}"]
|
||||
[stack.config]
|
||||
server_id = "${REPO_NAME}"
|
||||
project_name = "supporting-services"
|
||||
file_paths = ["docker-compose.yaml"]
|
||||
env_file_path = ".komodo-env"
|
||||
additional_env_files = [
|
||||
{path = ".env", track = true},
|
||||
{path = "/var/docker/.ansible-generated.env", track = false}
|
||||
]
|
||||
pre_deploy.command = """
|
||||
source ${HOME}/.bashrc
|
||||
sops decrypt -i ${PWD}/.env
|
||||
"""
|
||||
linked_repo = "mrmeeb-labs/supporting-services"
|
||||
Reference in New Issue
Block a user