feat: Add BROADCASTER_PASSWORD environment variable to the app service.
This commit is contained in:
@@ -6,6 +6,8 @@ services:
|
||||
ports:
|
||||
- "3000:3000"
|
||||
restart: always
|
||||
environment:
|
||||
- BROADCASTER_PASSWORD=MySuperSecurePassword123
|
||||
|
||||
coturn:
|
||||
image: coturn/coturn:latest
|
||||
|
||||
Reference in New Issue
Block a user