From 2e173b7f882eb36337b3c895fc9dce62da53e40e Mon Sep 17 00:00:00 2001 From: feldjaeger Date: Thu, 24 Apr 2025 13:16:23 +0200 Subject: [PATCH] fist commit emby chris --- compose.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..c650ec0 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,25 @@ +networks: + emby_chris_network: + name: emby_chris_network + +services: + + emby_chris: + image: lscr.io/linuxserver/emby:latest + container_name: emby_chris + volumes: + - /app-data/config:/config + - /app-data/backup:/backup + - /data:/data + environment: + - TZ=Europe/Berlin + - PUID=1000 + - PGID=1000 + restart: always + devices: + - /dev/dri/card0:/dev/dri/card0 + - /dev/dri/renderD128:/dev/dri/renderD128 + ports: + - "8096:8096" + networks: + emby_chris_network: