2023-10-19 08:51:03 +00:00
|
|
|
# documentation: https://github.com/alexta69/metube
|
|
|
|
# slogan: A web GUI for youtube-dl with playlist support. It enables you to effortlessly download videos from YouTube and dozens of other sites.
|
2023-10-24 10:33:49 +00:00
|
|
|
# tags: youtube, download, videos, playlist
|
2024-03-12 18:09:08 +00:00
|
|
|
# port: 8081
|
2023-10-19 08:51:03 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
metube:
|
|
|
|
image: ghcr.io/alexta69/metube:latest
|
|
|
|
environment:
|
2024-03-12 18:09:08 +00:00
|
|
|
- SERVICE_FQDN_METUBE_8081
|
2023-10-19 08:51:03 +00:00
|
|
|
- UID=1000
|
|
|
|
- GID=1000
|
|
|
|
volumes:
|
|
|
|
- metube-downloads:/downloads
|
|
|
|
healthcheck:
|
2024-05-17 08:11:55 +00:00
|
|
|
test: ["CMD", "curl", "-f", "http://127.0.0.1:8081"]
|
2023-10-19 08:51:03 +00:00
|
|
|
interval: 2s
|
|
|
|
timeout: 10s
|
|
|
|
retries: 15
|