<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>coturn on</title><link>https://notes.freaks.dev/tags/coturn/</link><description>Recent content in coturn on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Tue, 06 Dec 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://notes.freaks.dev/tags/coturn/index.xml" rel="self" type="application/rss+xml"/><item><title>Coturn Container</title><link>https://notes.freaks.dev/selfhost/coturn_container/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://notes.freaks.dev/selfhost/coturn_container/</guid><description>You must setup Podman first.
Steps create coturn directory in $HOME/podman mkdir -p ~/podman/coturn &amp;amp;&amp;amp; cd ~/podman/coturn copy from compose.yml nano compose.yml copy from turn_with_password.conf nano turn_with_password.conf copy from turn_with_secret.conf nano turn_with_secret.conf start coturn podman-compose -f ~/podman/coturn/compose.yml systemd -a register systemctl --user enable --now podman-compose@coturn compose.yml version: &amp;#34;3&amp;#34; services: coturn_secret: image: docker.io/coturn/coturn:alpine container_name: coturn_secret network_mode: host volumes: - ./turn_with_secret.conf:/etc/coturn/turnserver.conf restart: unless-stopped labels: - &amp;#34;io.containers.autoupdate=registry&amp;#34; coturn_password: image: docker.io/coturn/coturn:alpine container_name: coturn_password network_mode: host volumes: - .</description></item></channel></rss>