diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-17 14:01:01 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-17 14:01:01 +0200 |
| commit | b791cb453fccf5f7ad774da36ba12fc638fbcb12 (patch) | |
| tree | 139a7aa318f07e070f95a04c997ad81832e025c1 | |
| parent | dae862df22cec811513e067969bcbea5d4551d75 (diff) | |
| download | vaindock-b791cb453fccf5f7ad774da36ba12fc638fbcb12.tar.gz vaindock-b791cb453fccf5f7ad774da36ba12fc638fbcb12.zip | |
restart analyzer on fail
| -rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
