diff options
author | 2022-06-08 16:10:18 -0700 | |
---|---|---|
committer | 2022-06-08 16:10:18 -0700 | |
commit | cfe69d1d76e857cab5a8df98208671162cdd3f3b (patch) | |
tree | af03758d97deff81f0454777424f1eb9191c3fc9 /docker-compose.yml | |
parent | Improve nomination message consistency and include user mentions (diff) | |
parent | chore: Remove allowed_strings in favour of Literal (diff) |
Merge main into nominations-tagging
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 1 |
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: |