Opengist Logo Docker Compose

Explore

  • All gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Powered by Opengist ⋅ 24ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register

artech7

Joined 2 years ago

All gists 1
Recently created Least recently created Recently updated Least recently updated

artech7 / spotdl_compose.yml

Last active 3 months ago
0 0 1
1 services:
2 spotdl:
3 container_name: spotdl
4 image: spotdl/spotify-downloader
5 restart: unless-stopped
6 command: web --host 0.0.0.0 --web-use-output-dir --keep-alive --format mp3
7 volumes:
8 - /path/to/your/download/folder:/music:wr
9 #example: - /volume1/docker/spotdl/downloads:/music:wr#
10 ports: