remove dev-compose.yml
This commit is contained in:
parent
5d2f6ea3bc
commit
73625c14a9
1 changed files with 0 additions and 19 deletions
|
|
@ -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]
|
|
||||||
Loading…
Reference in a new issue