aboutsummaryrefslogtreecommitdiff
path: root/cluster
diff options
context:
space:
mode:
Diffstat (limited to 'cluster')
-rw-r--r--cluster/prod/app/coturn/deploy/coturn.hcl6
1 files changed, 2 insertions, 4 deletions
diff --git a/cluster/prod/app/coturn/deploy/coturn.hcl b/cluster/prod/app/coturn/deploy/coturn.hcl
index bc92ef8..8923b2b 100644
--- a/cluster/prod/app/coturn/deploy/coturn.hcl
+++ b/cluster/prod/app/coturn/deploy/coturn.hcl
@@ -34,15 +34,13 @@ job "coturn" {
ports = [ "prometheus", "turn_ctrl", "turn_data0", "turn_data1", "turn_data2",
"turn_data3", "turn_data4", "turn_data5", "turn_data6", "turn_data7",
"turn_data8", "turn_data9" ]
+ entrypoint = ["/local/docker-entrypoint.sh"]
network_mode = "host"
- volumes = [
- "secrets/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh",
- ]
}
template {
data = file("../config/docker-entrypoint.sh")
- destination = "secrets/docker-entrypoint.sh"
+ destination = "local/docker-entrypoint.sh"
perms = 555
}