Внешний TURN
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user