add docker compose file

This commit is contained in:
2026-02-22 20:58:02 +01:00
parent e97de9adcf
commit ad759647e0

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
ytdlp-api:
container_name: ytdlp-api
image: git.0xd.uk/bartoo/ytdlp-api:latest
restart: always
ports:
- "8000:8000"