diff --git a/compose.yaml b/compose.yaml index f289c65..c81035f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -25,14 +25,6 @@ services: networks: emby_chris_network: - embylog_chris: - image: alpine - container_name: embylog_chris - command: /bin/sh -c "apk add --no-cache coreutils && tail -n 0 -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 @@ -64,3 +56,15 @@ services: networks: - emby_chris_network + alloy: + image: grafana/alloy:latest + container_name: alloy + volumes: + - /app-config/alloy/config.alloy:/etc/alloy/config.alloy:ro + - /var/run/docker.sock:/var/run/docker.sock + - /app-config/emby/logs/embyserver.txt:/var/log/embyserver.txt:ro + command: > + run --server.http.listen-addr=0.0.0.0:12345 + --storage.path=/var/lib/alloy/data + /etc/alloy/config.alloy + restart: unless-stopped \ No newline at end of file