Fork to yt-mp3-ui
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
84a8e0faa7
commit
9c6360e9c4
10 changed files with 243 additions and 288 deletions
|
|
@ -1,9 +1,27 @@
|
|||
services:
|
||||
yt-dlp-web:
|
||||
yt-mp3-ui:
|
||||
build: .
|
||||
container_name: yt-dlp-web
|
||||
ports:
|
||||
- "8000:8000"
|
||||
container_name: yt-mp3-ui
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./cookies.txt:/tmp/cookies.txt:ro
|
||||
- ./downloads:/app/web/backend/downloads
|
||||
- downloads:/app/web/backend/downloads
|
||||
|
||||
anubis:
|
||||
image: ghcr.io/techarohq/anubis:latest
|
||||
ports:
|
||||
- "8923:8923"
|
||||
environment:
|
||||
BIND: ":8923"
|
||||
DIFFICULTY: "5"
|
||||
METRICS_BIND: ":9090"
|
||||
SERVE_ROBOTS_TXT: "true"
|
||||
TARGET: "http://yt-mp3-ui:8000"
|
||||
volumes:
|
||||
- ./anubis:/data/cfg
|
||||
user: "1000:1000"
|
||||
|
||||
volumes:
|
||||
downloads:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue