summary refs log tree commit diff
path: root/docker/conf-workers
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-04-14 15:36:49 +0100
committerGitHub <noreply@github.com>2022-04-14 15:36:49 +0100
commitaaaff98202fc1be4e3794291c4b670b8fc62cee5 (patch)
tree68d93eaf598ad7a4b16fa4b1dc39c28935d04d5e /docker/conf-workers
parentUpdate documentation to reflect that `run_background_tasks_on` is no longer e... (diff)
downloadsynapse-aaaff98202fc1be4e3794291c4b670b8fc62cee5.tar.xz
Dockerfile-workers: reduce the amount we install (#12464)
This is an attempt to reduce the rebuild time. In short, we reduce the amount
of stuff that the dockerfile installs, so as to give a faster startup.
Diffstat (limited to 'docker/conf-workers')
-rw-r--r--docker/conf-workers/supervisord.conf.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/conf-workers/supervisord.conf.j2 b/docker/conf-workers/supervisord.conf.j2
index 0de2c6143b..408ef72787 100644
--- a/docker/conf-workers/supervisord.conf.j2
+++ b/docker/conf-workers/supervisord.conf.j2
@@ -5,6 +5,9 @@
 nodaemon=true
 user=root
 
+[include]
+files = /etc/supervisor/conf.d/*.conf
+
 [program:nginx]
 command=/usr/sbin/nginx -g "daemon off;"
 priority=500