module Async::Container::Supervisor::Environment

def container_options

Options to use when creating the container.
def container_options
	{restart: true, count: 1, health_check_timeout: 30}
end