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