Just a simple Docker container that gets rebuild on every python update.
Currently only supports local sqlite as storage.
/var/lib/supysonic as a volume to store passwords and your music databse/media as a volumesupysonic8080RUN_WATCHER environment variableHere is a simple example for docker-compose and Traefik.
supysonic:
image: foosinn/supysonic
volumes:
- "/tank/Musik:/media:ro" # add your music folder hiere
- "/opt/supysonic:/var/lib/supysonic" # config folder
labels:
- "traefik.frontend.rule=Host: musik.example.com"
- "traefik.port=8080"
Content type
Image
Digest
Size
61.1 MB
Last updated
over 7 years ago
docker pull foosinn/supysonic