aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/coturn/integration
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-03-11 11:44:17 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-03-11 11:44:17 +0100
commit6b8a94ba2efc85970e66ad2a863f8240cddfde70 (patch)
tree4bf3dc6c5cb15620b5a978dbd803bd63fc81c8f1 /cluster/prod/app/coturn/integration
parent850ea784e7bb96ee7af954805dab7d326f58c228 (diff)
downloadnixcfg-6b8a94ba2efc85970e66ad2a863f8240cddfde70.tar.gz
nixcfg-6b8a94ba2efc85970e66ad2a863f8240cddfde70.zip
wip coturn
Diffstat (limited to 'cluster/prod/app/coturn/integration')
-rw-r--r--cluster/prod/app/coturn/integration/cmd.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/cluster/prod/app/coturn/integration/cmd.sh b/cluster/prod/app/coturn/integration/cmd.sh
new file mode 100644
index 0000000..262cf49
--- /dev/null
+++ b/cluster/prod/app/coturn/integration/cmd.sh
@@ -0,0 +1,7 @@
+docker run \
+ --name coturn \
+ --rm \
+ -it \
+ -v `pwd`/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh \
+ --network=host \
+ coturn/coturn:4.6.1-r2-alpine