Update file docker-compose.yml.j2
This commit is contained in:
parent
d2a82ed54b
commit
c8eda8cda6
@ -5,7 +5,6 @@ services:
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ={{ timezone }}
|
||||
- JELLYFIN_PublishedServerUrl=http://{{ ansible_host }}:{{ jellyfin_port }}
|
||||
- JELLYFIN_EnableDLNA=true
|
||||
- JELLYFIN_EnableUPnP=true
|
||||
user: "1000:1000"
|
||||
@ -15,9 +14,6 @@ services:
|
||||
- {{ jellyfin_logs_dir }}:/log
|
||||
- {{ jellyfin_media_path }}:/media:ro
|
||||
- /dev/dri:/dev/dri
|
||||
devices:
|
||||
- /dev/dri/renderD128:/dev/dri/renderD128
|
||||
- /dev/dri/card1:/dev/dri/card1
|
||||
ports:
|
||||
- "{{ jellyfin_port }}:8096"
|
||||
- "1900:1900/udp"
|
||||
@ -31,10 +27,4 @@ services:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8096/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 30s
|
||||
max-file: "3"
|
||||
Loading…
Reference in New Issue
Block a user