Restarts rabbitmq container 72/67872/1
authorParker Berberian <pberberian@iol.unh.edu>
Wed, 15 May 2019 13:40:34 +0000 (09:40 -0400)
committerParker Berberian <pberberian@iol.unh.edu>
Wed, 15 May 2019 13:40:34 +0000 (09:40 -0400)
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 <pberberian@iol.unh.edu>
dashboard/docker-compose.yml

index f9cf0bb..eac84e6 100644 (file)
@@ -47,6 +47,7 @@ services:
             - pharos-data:/var/lib/postgresql/data
 
     rabbitmq:
+        restart: always
         image: rabbitmq
         container_name: rm01
         env_file: config.env