2 3 4 5 6 7 8 9 10 11
# File 'lib/radd/http_service.rb', line 2 def setup(container) super container.run(count: 1, restart: false) do |instance| instance.ready! puts "HTTP service starting..." Radd::HTTP.new.run end end