mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 03:45:16 +05:30
feat: jitsi and coturn
This commit is contained in:
17
coturn/coturn.container
Normal file
17
coturn/coturn.container
Normal file
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=Coturn Container
|
||||
|
||||
[Container]
|
||||
Pod=nginx-proxy.pod
|
||||
ContainerName=coturn
|
||||
Image=docker.io/coturn/coturn:alpine
|
||||
|
||||
# Enable auto-update container
|
||||
AutoUpdate=registry
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
TimeoutStartSec=300
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user