feat: init vlc-sender

This commit is contained in:
Vadim Sobinin
2026-02-06 16:53:11 +03:00
commit e3f95c53d7
11 changed files with 1524 additions and 0 deletions

13
compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
vlc-sender:
build: .
container_name: vlc-sender
restart: unless-stopped
env_file:
- .env
volumes:
- /mnt/zfs-data/torrents:/data/torrents:ro
- /mnt/zfs-data/media:/data/media:ro
environment:
- PORT=3000
network_mode: host