Skip to content

Built a spotifyd daemon in docker based on alpine for multiple architectures (amd64, armv6, armv7).

License

Notifications You must be signed in to change notification settings

Addovej/spotifyd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spotifyd in docker.

Usage

Using only in docker-compose as service with specify volumes cause this image has not an entrypoint:

services:
  web:
    image: spotifyd
    build:
      context: .
    devices:
      - /dev/snd
    restart: unless-stopped
    command: spotifyd --config-path /etc/spotifyd.conf --no-daemon

Build

docker buildx --tag addovej/spotifyd:latest --platform linux/amd64,linux/arm/v7,linux/arm/v6 --push

DockerHub image: addovej/spotifyd:latest

A config file example in official documentation of spotifyd. You can use it and specify this file as volume in a compose file like this: - /path/to/spotifyd.conf:/etc/spotifyd.conf.

Note

I'm use this image as base just to copy spotifyd binary in my image to decrease building time. Don't use it if you not sure.

For contact to me:

Telegram: @addovej

Email: addovej@gmail.com

About

Built a spotifyd daemon in docker based on alpine for multiple architectures (amd64, armv6, armv7).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published