refactor: move docker files to /docker folder;

remove old buid workflow;
This commit is contained in:
2026-05-15 11:34:43 +03:00
parent 658def3d58
commit 6d8649ac2d
5 changed files with 7 additions and 305 deletions
+9
View File
@@ -0,0 +1,9 @@
version: '3.8'
services:
ytplst:
image: git.darkzoul.org/dark_zoul/ytplst:latest
container_name: ytplst
restart: no
volumes:
- /path/to/downloads:/app/downloads
- /path/to/config:/app/config