From 1e730f921199d0b75cebcddf508fa0e035652ad5 Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Tue, 5 Jun 2018 22:46:59 +0200 Subject: try a dedicated rabbitmq node --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index c32f79d..a2b2b84 100644 --- a/config.py +++ b/config.py @@ -5,7 +5,7 @@ import traceback def autodiscover(): - container_names = ["rmq", "pdrmq", "snekbox_pdrmq_1"] + container_names = ["rmq", "pdrmq", "snekbox_pdrmq_1", "pdrmq-ci"] client = docker.from_env() for name in container_names: -- cgit v1.2.3