Update compose.yaml
This commit is contained in:
@@ -47,6 +47,14 @@ services:
|
|||||||
target: /films7
|
target: /films7
|
||||||
read_only: true
|
read_only: true
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
|
runtime: nvidia
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
reservations:
|
||||||
|
devices:
|
||||||
|
- driver: nvidia
|
||||||
|
count: all
|
||||||
|
capabilities: [gpu]
|
||||||
environment:
|
environment:
|
||||||
- JELLYFIN_PublishedServerUrl=https://stream.doeringer.eu
|
- JELLYFIN_PublishedServerUrl=https://stream.doeringer.eu
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user