spotdlweb/docker-compose.yaml
Gu1llaum-3 74e936c0f8
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Changes to be committed:
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.
2023-06-05 22:56:34 +02:00

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