comparison docker/prosody-e2e/prosody.cfg.lua @ 4195:22cd3094cd1e

docker (demo): fix starting + better UX: - Use the new `wait_for_service` option to be sure that Prosody is launched. - Use the new `init_script_path` option to initiate forums and bookmark a demo room. - Activate MUC service. - Change log formats to make them more readable.
author Goffi <goffi@goffi.org>
date Wed, 13 Dec 2023 22:00:25 +0100
parents b443821399a3
children
comparison
equal deleted inserted replaced
4194:3dbaf179c50d 4195:22cd3094cd1e
107 107
108 VirtualHost "server2.test" 108 VirtualHost "server2.test"
109 109
110 VirtualHost "server3.test" 110 VirtualHost "server3.test"
111 111
112 -- Component "muc.server1.test" "muc" 112 Component "chat.server1.test" "muc"
113 -- modules_enabled = { 113 modules_enabled = {
114 -- "muc_mam"; 114 "muc_mam";
115 -- "vcard"; 115 "vcard";
116 -- } 116 }
117 117
118 Component "pubsub.server1.test" 118 Component "pubsub.server1.test"
119 component_secret = "test_e2e" 119 component_secret = "test_e2e"
120 modules_enabled = {"privilege", "delegation"} 120 modules_enabled = {"privilege", "delegation"}
121 121