From b791cb453fccf5f7ad774da36ba12fc638fbcb12 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 17 Jul 2017 14:01:01 +0200 Subject: restart analyzer on fail --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index c0a287d..dfdf7f0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -395,6 +395,7 @@ services: analyzer: build: ../analyzer + restart: on-failure volumes: - ../analyzer:/usr/src/app depends_on: @@ -409,6 +410,7 @@ services: analyzer_tournament: build: ../analyzer + restart: on-failure volumes: - ../analyzer:/usr/src/app depends_on: -- cgit v1.3.1