first&last
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
.env
|
||||
config
|
||||
playlist
|
||||
music
|
||||
|
||||
12
docker-compose.yaml
Normal file
12
docker-compose.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
squeezelite:
|
||||
image: giof71/squeezelite:stable
|
||||
devices:
|
||||
- /dev/snd:/dev/snd
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
environment:
|
||||
SQUEEZELITE_MODE: ALSA
|
||||
SQUEEZELITE_NAME: ThinkBook-Squeeze
|
||||
SQUEEZELITE_SERVER_PORT: "lmsstack_lms:${LMS_HTTP_PORT}"
|
||||
SQUEEZELITE_AUDIO_DEVICE: default
|
||||
Reference in New Issue
Block a user