mirror of https://github.com/zulip/zulip.git
puppet: Install camo on Docker.
Now that go-camo runs within supervisor, it can be run in Docker simply. Fixes #20101. Fixes zulip/docker-zulip#179.
This commit is contained in:
parent
358a7fb0c6
commit
f31bf3f06c
|
@ -5,6 +5,7 @@
|
|||
class zulip::profile::docker {
|
||||
include zulip::profile::base
|
||||
include zulip::profile::app_frontend
|
||||
include zulip::localhost_camo
|
||||
include zulip::supervisor
|
||||
include zulip::process_fts_updates
|
||||
|
||||
|
|
Loading…
Reference in New Issue