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

This commit is contained in:
komodo 2025-04-26 09:25:08 +00:00
parent 4be8d7cfe0
commit 84c06e61f8

View file

@ -25,26 +25,13 @@ services:
networks: networks:
emby_chris_network: emby_chris_network:
# emby_logtail: embylog_chris:
# image: alpine image: alpine
# container_name: emby_logtail container_name: embylog_chris
# command: /bin/sh -c "apk add --no-cache coreutils && tail -n 0 -F /config/logs/embyserver.txt" 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
promtail:
image: grafana/promtail:latest
container_name: promtail
volumes: volumes:
- /app-config/emby/logs:/var/log:ro - /app-config/emby:/config:ro # Read-only Mount des Emby Config/Logs
- /var/lib/docker/containers:/var/lib/docker/containers:ro
- /app-config/promtail:/etc/promtail:ro
- /etc/hostname:/etc/host_hostname:ro
command: -config.file=/etc/promtail/promtail-config.yaml
restart: unless-stopped restart: unless-stopped
networks:
emby_chris_network:
netdata: netdata:
image: netdata/netdata:latest image: netdata/netdata:latest