Rework the build and include coturn and riot web
This commit is contained in:
parent
d56dbacde6
commit
d9214e47b5
11 changed files with 84 additions and 42 deletions
13
alpine/matrix/systemd/turn.service
Normal file
13
alpine/matrix/systemd/turn.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Coturn - TURN/STUN server
|
||||
Requires=network-online.target
|
||||
|
||||
[Service]
|
||||
Environment=LANG=en_US.UTF-8
|
||||
|
||||
ExecStart=/usr/bin/turnserver -c /etc/coturn/turnserver.conf
|
||||
Restart=on-failure
|
||||
|
||||
StateDirectory=turn
|
||||
RuntimeDirectory=turn
|
||||
ConfigurationDirectory=turn
|
Loading…
Add table
Add a link
Reference in a new issue