From: Ashlynn Anderson Date: Mon, 5 Aug 2019 19:35:34 +0000 (-0400) Subject: Remove dynamic config as default, add healthcheck X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=bd8b92ea5e1bb6a97b02e2335fbcaf389ded2c1e;p=akkoma Remove dynamic config as default, add healthcheck --- 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,