From 73625c14a92e60a1301dacf128987afcf82e7458 Mon Sep 17 00:00:00 2001 From: ZebRawnsley Date: Thu, 16 Mar 2023 01:26:28 +1300 Subject: [PATCH] remove dev-compose.yml --- dev-compose.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 dev-compose.yml diff --git a/dev-compose.yml b/dev-compose.yml deleted file mode 100644 index a27e4fad..00000000 --- a/dev-compose.yml +++ /dev/null @@ -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] \ No newline at end of file