Files
fcos-test-4/stacks/supporting-services/supporting-services.toml
T

15 lines
510 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}
]
compose_cmd_wrapper = "sops exec-env .env '[[COMPOSE_COMMAND]]'"
linked_repo = "mrmeeb-labs/supporting-services"