summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-05-15 09:40:34 -0400
committerParker Berberian <pberberian@iol.unh.edu>2019-05-15 09:40:34 -0400
commiteff7f682175d20311a88a80ed9d432f5c01558e2 (patch)
treebfe402f9b617146fdc7a268bcc90b91ee43e4b50
parentae2b98bfcdb6e27463f4ff809806251a2778b116 (diff)
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 <pberberian@iol.unh.edu>
-rw-r--r--dashboard/docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
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