diff --git a/compose.yaml b/compose.yaml index 2d61d24..53a11a1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -24,7 +24,15 @@ services: - "8096:8096" networks: emby_chris_network: - + + emby_logtail: + image: busybox:latest + container_name: emby_logtail + command: /bin/sh -c "tail -F /config/logs/embyserver.txt" + volumes: + - /app-config/emby:/config:ro # Read-only Mount des Emby Config/Logs + restart: unless-stopped + netdata: image: netdata/netdata:latest container_name: netdata