Define the default container service compose_service_name as ${TERRA_APP_PREFIXES[0]}_COMPOSE_SERVICE_RUNNER (as long as that environment variable exists). This additionally adds the _env_array function to the base service, allowing services to more easily recover python compatible arrays from bash arrays encoded with array_to_python_ast_list_of_strings.
Define the default container service
compose_service_name
as${TERRA_APP_PREFIXES[0]}_COMPOSE_SERVICE_RUNNER
(as long as that environment variable exists). This additionally adds the_env_array
function to the base service, allowing services to more easily recover python compatible arrays from bash arrays encoded witharray_to_python_ast_list_of_strings
.