feat: Add BROADCASTER_PASSWORD environment variable to the app service.

This commit is contained in:
2026-02-23 03:23:38 +01:00
parent e43af71392
commit 95208cfab6

View File

@@ -6,6 +6,8 @@ services:
ports:
- "3000:3000"
restart: always
environment:
- BROADCASTER_PASSWORD=MySuperSecurePassword123
coturn:
image: coturn/coturn:latest