aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Shakya Majumdar <[email protected]>2022-02-21 09:40:33 +0530
committerGravatar Shakya Majumdar <[email protected]>2022-02-21 09:40:33 +0530
commitecf97bbd9aa2dc2f3159e148ef0831fc8c94e460 (patch)
tree9d1b7abcde18aa98e38abd9fd318fe0aea6cf501 /docker-compose.yml
parentdisallow setting infraction durations into the past (diff)
parentMerge pull request #2078 from python-discord/chris/fix/help-channel-errors (diff)
Merge remote-tracking branch 'upstream/main' into bug/infr-duration
# Conflicts: # bot/exts/moderation/infraction/_scheduler.py # bot/exts/moderation/infraction/management.py
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: