aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-01-25 21:51:56 +0000
committerGravatar Hassan Abouelela <[email protected]>2022-01-26 12:32:49 +0200
commit4383c139637025917645300cda8047f32926aa99 (patch)
treeea7d9a31a5d3a3e9741527002d4606b6b19db5a1 /docker-compose.yml
parentsetuptools use stdlib distutils over embedded (diff)
Add missing restart-policy to metricity container
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 869d9acb6..ce78f65aa 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -38,6 +38,7 @@ services:
metricity:
<< : *logging
+ << : *restart_policy
restart: on-failure # USE_METRICITY=false will stop the container, so this ensures it only restarts on error
depends_on:
postgres: