[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
4be8d7cfe0
commit
84c06e61f8
1 changed files with 5 additions and 18 deletions
23
compose.yaml
23
compose.yaml
|
|
@ -25,26 +25,13 @@ 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"
|
||||
# volumes:
|
||||
# - /app-config/emby:/config:ro # Read-only Mount des Emby Config/Logs
|
||||
# restart: unless-stopped
|
||||
|
||||
promtail:
|
||||
image: grafana/promtail:latest
|
||||
container_name: promtail
|
||||
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/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
|
||||
- /app-config/emby:/config:ro # Read-only Mount des Emby Config/Logs
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
emby_chris_network:
|
||||
|
||||
netdata:
|
||||
image: netdata/netdata:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue