Uploading Everything

Uploading Every Docker Compose YML file to the Repo
This commit is contained in:
2026-02-12 17:12:19 +02:00
commit fe628b774f
38 changed files with 1273 additions and 0 deletions

15
metube/docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
name: metube
services:
metube:
image: ghcr.io/alexta69/metube
container_name: metube
restart: unless-stopped
environment:
- STATE_DIR=/metube_state
- YTDL_OPTIONS={"cookiefile":"/cookies/cookies.txt"}
ports:
- "8081:8081"
volumes:
- C:\Users\MohandL3G\Downloads\Metube:/downloads
- C:\Data\AppData\metube\state:/metube_state
- C:\Data\AppData\metube\cookies:/cookies