[Komodo] admin: Write Compose File: update compose.yaml

This commit is contained in:
komodo 2025-04-26 15:51:58 +00:00
parent 84c06e61f8
commit 43eb66a27e

View file

@ -25,14 +25,6 @@ services:
networks: networks:
emby_chris_network: 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: netdata:
image: netdata/netdata:latest image: netdata/netdata:latest
container_name: netdata container_name: netdata
@ -64,3 +56,15 @@ services:
networks: networks:
- emby_chris_network - 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