Merge pull request 'Set up coturn, switch from ejabberd in production' (#532) from feature/coturn into master
Reviewed-on: #532
This commit was merged in pull request #532.
This commit is contained in:
@@ -21,7 +21,6 @@ production_run_list = %w(
|
||||
kosmos_assets::nginx_site
|
||||
kosmos_discourse::nginx
|
||||
kosmos_drone::nginx
|
||||
kosmos-ejabberd::nginx
|
||||
kosmos_garage::nginx_web
|
||||
kosmos_garage::nginx_s3
|
||||
kosmos_gitea::nginx
|
||||
|
||||
5
roles/turn_server.rb
Normal file
5
roles/turn_server.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
name "turn_server"
|
||||
|
||||
run_list %w(
|
||||
kosmos-ejabberd::coturn
|
||||
)
|
||||
Reference in New Issue
Block a user