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

This commit is contained in:
komodo 2025-04-26 15:57:42 +00:00
parent 2728e2afbd
commit 8909881cd1

View file

@ -24,10 +24,15 @@ services:
networks: networks:
emby_sascha_network: emby_sascha_network:
embylog_sascha: alloy:
image: alpine image: grafana/alloy:latest
container_name: embylog_ssacha container_name: alloy
command: /bin/sh -c "apk add --no-cache coreutils && tail -n 0 -F /config/logs/embyserver.txt"
volumes: volumes:
- /app-config/emby:/config:ro # Read-only Mount des Emby Config/Logs - /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 restart: unless-stopped