Skip to content
Snippets Groups Projects
Commit 2453928b authored by rinpatch's avatar rinpatch
Browse files

Ensure myhtmlex is started before swarm

Otherwise swarm is going to attempt resizing the cluster and timeout
parent 9434e151
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ def copy_nginx_config(%{path: target_path} = release) do
def application do
[
mod: {Pleroma.Application, []},
extra_applications: [:logger, :runtime_tools, :comeonin, :quack],
extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :myhtmlex, :swarm],
included_applications: [:ex_syslogger]
]
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment