aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorGravatar Christopher Goes <[email protected]>2019-03-24 17:35:43 -0600
committerGravatar Christopher Goes <[email protected]>2019-03-24 17:35:43 -0600
commit1f49e3edd7a1167eb81438c57dc1dd3789bb0b3b (patch)
treeb71e0889a4ea6ed8d22852b9805bd13a60994f00 /config.py
parentCleanup imports and RMQ (diff)
More formatting fixes
Diffstat (limited to 'config.py')
-rw-r--r--config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py b/config.py
index 5ca23bb..5e4f648 100644
--- a/config.py
+++ b/config.py
@@ -6,6 +6,7 @@ from docker.errors import NotFound
def autodiscover():
"""Search for the snekbox container and return its IPv4 address."""
+
container_names = ["rmq", "pdrmq", "snekbox_pdrmq_1"]
client = docker.from_env()