1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 13:58:08 +00:00

remove ytdlp

This commit is contained in:
Nebel 2024-10-29 21:00:38 +09:00
parent 75ba18676f
commit 0bda09bafb
Signed by: nebel
GPG key ID: 79807D08C6EF6460
2 changed files with 0 additions and 24 deletions

View file

@ -1,23 +0,0 @@
services:
webui:
image: ghcr.io/seyys/ytdlp-webui:master
restart: unless-stopped
ports:
- 5000:5000
depends_on:
- redis
worker:
image: ghcr.io/seyys/ytdlp-webui:master
restart: unless-stopped
command: ["celery", "-A", "make_celery", "worker", "--loglevel", "INFO"]
user: 1000:1000
environment:
FILENAME_TEMPLATE: "%(uploader|Unknown)s,%(album|[Unknown Album])s,%(title)s [%(id)s]"
volumes:
- ./downloads:/app/downloads
- ./config:/app/config
depends_on:
- redis
redis:
image: redis:alpine
restart: unless-stopped

View file

@ -1 +0,0 @@
--continue --ignore-errors --no-overwrites --extract-audio --add-metadata --embed-thumbnail