[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
2728e2afbd
commit
8909881cd1
1 changed files with 10 additions and 5 deletions
15
compose.yaml
15
compose.yaml
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue