18 lines
525 B
TOML
18 lines
525 B
TOML
[[stack]]
|
|
name = "fcos-test-4-supporting-services"
|
|
description = "Supporting services for fcos-test-4"
|
|
tags = ["fcos-test-4"]
|
|
[stack.config]
|
|
server_id = "fcos-test-4"
|
|
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" |