From 7e5ff0be42a91d168e897885ad62fe14f1afb7b3 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Mon, 5 Jan 2026 19:51:45 -0700 Subject: [PATCH] yubal --- home-server/yubal/docker-compose.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 home-server/yubal/docker-compose.yml diff --git a/home-server/yubal/docker-compose.yml b/home-server/yubal/docker-compose.yml new file mode 100644 index 0000000..73701f3 --- /dev/null +++ b/home-server/yubal/docker-compose.yml @@ -0,0 +1,13 @@ +services: + yubal: + image: ghcr.io/guillevc/yubal:latest + container_name: yubal + ports: + - 5555:8000 + environment: + YUBAL_TZ: UTC + volumes: + - /data/media/music/tagged:/app/data # Where your music will be saved + - /data/yubal/beets:/app/beets # Beets configuration and database + - /data/yubal/ytdlp:/app/ytdlp # yt-dlp configuration (cookies) + restart: unless-stopped \ No newline at end of file