coolify/templates/compose/metube.yaml

19 lines
564 B
YAML
Raw Normal View History

2023-10-19 10:51:03 +02: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 12:33:49 +02:00
# tags: youtube, download, videos, playlist
2023-10-19 10:51:03 +02:00
services:
metube:
image: ghcr.io/alexta69/metube:latest
environment:
- SERVICE_FQDN_METUBE
- UID=1000
- GID=1000
volumes:
- metube-downloads:/downloads
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8081"]
interval: 2s
timeout: 10s
retries: 15