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