Skip to content

Simple SnapCast server with multiple Spotify & Airplay sources

Notifications You must be signed in to change notification settings

jorenn92/Snapserver-spotify-airplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snapserver-spotify-airplay

Simple SnapCast server with multiple Spotify & Airplay sources. Based on Alpine.

Uses custom SnapWeb: https://github.com/jorenn92/Snapweb

version: '3'
services:
  snapserver:
    image: jorenn92/snapserver-spotify-airplay:latest
    environment:
      - DEVICE_NAME=SnapCast
#	  - DEVICES=kitchen,bathroom,office # Optional, use this instead of the 2 options underneath in case you want a meta source combining both Spotify & Airplay.
      - SPOTIFY_DEVICES=kitchen,bathroom,office
      - AIRPLAY_DEVICES=kitchen,bathroom,office
    network_mode: host