module Falcon::Environment::Server
def container_options
def container_options { restart: true, count: self.count, health_check_timeout: 30, }.compact end
def container_options { restart: true, count: self.count, health_check_timeout: 30, }.compact end