Внешний TURN

This commit is contained in:
Халимов Рустам
2026-03-11 16:18:56 +03:00
parent 18f39ecea8
commit 926482861f
4 changed files with 48 additions and 1 deletions
+3
View File
@@ -24,6 +24,9 @@ services:
JWT_SECRET: ${JWT_SECRET:-your-secure-random-secret-key-here}
CORS_ORIGINS: ${CORS_ORIGINS:-http://localhost,http://localhost:80,http://localhost:9090,http://localhost:5173,http://${DOMAIN:-mess.khomegeneric.keenetic.pro},https://${DOMAIN:-mess.khomegeneric.keenetic.pro}}
ENCRYPTION_KEY: ${ENCRYPTION_KEY:-0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef}
TURN_URL: ${TURN_URL:-}
TURN_USERNAME: ${TURN_USERNAME:-}
TURN_PASSWORD: ${TURN_PASSWORD:-}
depends_on:
- db
ports: