module Falcon::Environment::Server

def container_options

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