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

This commit is contained in:
komodo 2025-04-25 06:16:58 +00:00
parent ef63dccf04
commit 3ae8acf9d4

View file

@ -25,12 +25,25 @@ services:
networks:
emby_chris_network:
emby_logtail:
image: alpine
container_name: emby_logtail
command: /bin/sh -c "apk add --no-cache coreutils && tail -n 0 -F /config/logs/embyserver.txt"
# emby_logtail:
# image: alpine
# container_name: emby_logtail
# 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:
- /app-config/emby:/config:ro # Read-only Mount des Emby Config/Logs
- /app-config/emby/logs:/var/log:ro
- /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
netdata:
@ -62,4 +75,5 @@ services:
- NETDATA_DISABLE_CLOUD=1
restart: unless-stopped
networks:
- emby_chris_network
- emby_chris_network