From eff7f682175d20311a88a80ed9d432f5c01558e2 Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Wed, 15 May 2019 09:40:34 -0400 Subject: Restarts rabbitmq container The rabbitMQ container keeps dying and causing lots of problems because the celery worker does not recieve its tasks. The rm01 container needs the same restart policy as all the others. Change-Id: I66db23e62c115810267995f37b440349af3c6d62 Signed-off-by: Parker Berberian --- dashboard/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/docker-compose.yml b/dashboard/docker-compose.yml index f9cf0bb..eac84e6 100644 --- a/dashboard/docker-compose.yml +++ b/dashboard/docker-compose.yml @@ -47,6 +47,7 @@ services: - pharos-data:/var/lib/postgresql/data rabbitmq: + restart: always image: rabbitmq container_name: rm01 env_file: config.env -- cgit 1.2.3-korg