chore: configure more outputs for dev setup
This commit is contained in:
parent
0aa2a92d3f
commit
eca320da5a
|
@ -70,3 +70,7 @@ services:
|
||||||
nginx:
|
nginx:
|
||||||
volumes:
|
volumes:
|
||||||
- ./legacy:/var/www/html
|
- ./legacy:/var/www/html
|
||||||
|
|
||||||
|
icecast:
|
||||||
|
environment:
|
||||||
|
ICECAST_MAX_SOURCES: 10
|
||||||
|
|
|
@ -34,6 +34,13 @@ stream:
|
||||||
format: ogg
|
format: ogg
|
||||||
bitrate: 256
|
bitrate: 256
|
||||||
|
|
||||||
|
- <<: *default_icecast_output
|
||||||
|
enabled: true
|
||||||
|
mount: main.opus
|
||||||
|
audio:
|
||||||
|
format: opus
|
||||||
|
bitrate: 256
|
||||||
|
|
||||||
- <<: *default_icecast_output
|
- <<: *default_icecast_output
|
||||||
enabled: true
|
enabled: true
|
||||||
mount: main.mp3
|
mount: main.mp3
|
||||||
|
|
Loading…
Reference in New Issue