Adding sample config
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ Thumbs.db
|
|||||||
npm-debug.log
|
npm-debug.log
|
||||||
*sublime*
|
*sublime*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
docker/mopidy.conf
|
||||||
|
|||||||
6
docker-compose.yml
Normal file → Executable file
6
docker-compose.yml
Normal file → Executable file
@ -5,7 +5,9 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./
|
context: ./
|
||||||
ports:
|
ports:
|
||||||
- 6681:6680
|
- 6680:6680
|
||||||
|
- 1704:1704
|
||||||
|
- 1705:1705
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/iris
|
- ./:/iris
|
||||||
- /Users/james/Sites/music:/var/lib/mopidy/media
|
- /mnt/Music:/var/lib/mopidy/media
|
||||||
16
docker/mopidy.sample.conf
Executable file
16
docker/mopidy.sample.conf
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
[core]
|
||||||
|
data_dir = /var/lib/mopidy
|
||||||
|
|
||||||
|
[audio]
|
||||||
|
output = tee name=t ! queue ! autoaudiosink t. ! queue ! udpsink host=0.0.0.0 port=5555
|
||||||
|
|
||||||
|
[http]
|
||||||
|
hostname = 0.0.0.0
|
||||||
|
|
||||||
|
[mpd]
|
||||||
|
hostname = 0.0.0.0
|
||||||
|
|
||||||
|
[iris]
|
||||||
|
snapcast_enabled = true
|
||||||
|
snapcast_host = localhost
|
||||||
|
snapcast_port = 1705
|
||||||
Reference in New Issue
Block a user