aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2022-01-26 16:13:16 -0500
committerGravatar ToxicKidz <[email protected]>2022-01-26 16:13:16 -0500
commit4c2829e015e948e9fadeb726ae2c8ec7207bf075 (patch)
tree02fc526312f2f1bf21aae0842a35573d8b3add68 /docker-compose.yml
parentchore: Remove the naming of 'eval' in certain places (diff)
parentAdd missing restart-policy to metricity container (diff)
Merge branch 'main' of https://github.com/python-discord/bot into feat/timeit-command
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: