2023-10-23 09:30:01 +00:00
|
|
|
# documentation: https://emby.media/support/articles/Home.html
|
2024-02-20 14:07:12 +00:00
|
|
|
# slogan: A media server software that allows you to organize, stream, and access your multimedia content effortlessly.
|
2023-10-25 13:44:34 +00:00
|
|
|
# tags: media, server, movies, tv, music
|
2024-02-20 14:07:12 +00:00
|
|
|
# logo: svgs/emby.png
|
2024-03-12 14:09:24 +00:00
|
|
|
# port: 8096
|
2023-10-23 09:30:01 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
emby:
|
|
|
|
image: lscr.io/linuxserver/emby:latest
|
|
|
|
environment:
|
2024-03-12 14:09:24 +00:00
|
|
|
- SERVICE_FQDN_EMBY_8096
|
2023-10-23 09:30:01 +00:00
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
|
|
|
- TZ=Europe/Madrid
|
|
|
|
volumes:
|
|
|
|
- emby-config:/config
|
|
|
|
- emby-tvshows:/tvshows
|
|
|
|
- emby-movies:/movies
|
|
|
|
healthcheck:
|
|
|
|
test: ["CMD", "curl", "-f", "http://localhost:8096"]
|
|
|
|
interval: 2s
|
|
|
|
timeout: 10s
|
|
|
|
retries: 15
|