feat: init vlc-sender
This commit is contained in:
13
compose.yaml
Normal file
13
compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user