Some checks reported errors
continuous-integration/drone/push Build encountered an error
modified: .drone.yml modified: app.py new file: docker-compose.yaml modified: static/js/script.js new file: templates/finish_local.html renamed: templates/finish.html -> templates/finish_server.html modified: templates/index.html Il est maintenant possible de choisir entre télécharger sur le server ou en local.
11 lines
231 B
YAML
11 lines
231 B
YAML
version: '3.3'
|
|
services:
|
|
spotdlweb:
|
|
image: gu1llaum3/spotdlweb:latest
|
|
container_name: spotdlweb
|
|
hostname: spotdlweb
|
|
ports:
|
|
- 3000:3000
|
|
volumes:
|
|
- ./musics:/app/downloads
|
|
restart: unless-stopped |