[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
ef63dccf04
commit
3ae8acf9d4
1 changed files with 20 additions and 6 deletions
24
compose.yaml
24
compose.yaml
|
|
@ -25,12 +25,25 @@ services:
|
||||||
networks:
|
networks:
|
||||||
emby_chris_network:
|
emby_chris_network:
|
||||||
|
|
||||||
emby_logtail:
|
# emby_logtail:
|
||||||
image: alpine
|
# image: alpine
|
||||||
container_name: emby_logtail
|
# container_name: emby_logtail
|
||||||
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:/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
|
restart: unless-stopped
|
||||||
|
|
||||||
netdata:
|
netdata:
|
||||||
|
|
@ -63,3 +76,4 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- emby_chris_network
|
- emby_chris_network
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue