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