remove dev-compose.yml

This commit is contained in:
ZebRawnsley 2023-03-16 01:26:28 +13:00
parent 5d2f6ea3bc
commit 73625c14a9

View file

@ -1,19 +0,0 @@
version: '3.9'
services:
ytdl-sub:
image: ytdl-sub:local
container_name: ytdl-sub
environment:
- DOCKER_MODS=linuxserver/mods:universal-cron
- NVIDIA_DRIVER_CAPABILITIES=all
- NVIDIA_VISIBLE_DEVICES=all
volumes:
- '$PWD/config:/config'
- '$PWD/tv:/tv_shows'
- '$PWD/working:/working'
restart: unless-stopped
deploy:
resources:
reservations:
devices:
- capabilities: [gpu]