summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshlynn Anderson <pea@pea.sh>2019-08-05 15:35:34 -0400
committerAshlynn Anderson <pea@pea.sh>2019-09-03 09:31:52 -0400
commitbd8b92ea5e1bb6a97b02e2335fbcaf389ded2c1e (patch)
tree9613f2e105631db36b50b0244cd106a844e6c258
parent46ffd8b3b6359ec796733a8fff5bdb7d03a728d5 (diff)
downloadpleroma-bd8b92ea5e1bb6a97b02e2335fbcaf389ded2c1e.tar.gz
pleroma-bd8b92ea5e1bb6a97b02e2335fbcaf389ded2c1e.zip
Remove dynamic config as default, add healthcheck
-rw-r--r--config/docker.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/docker.exs b/config/docker.exs
index 63ab4cdee..f9f27d141 100644
--- a/config/docker.exs
+++ b/config/docker.exs
@@ -10,7 +10,7 @@ config :pleroma, :instance,
notify_email: System.get_env("NOTIFY_EMAIL"),
limit: 5000,
registrations_open: false,
- dynamic_configuration: true
+ healthcheck: true
config :pleroma, Pleroma.Repo,
adapter: Ecto.Adapters.Postgres,