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

This commit is contained in:
komodo 2026-01-12 09:04:13 +01:00
parent 940d940d96
commit 302d96e235

View file

@ -42,15 +42,3 @@ services:
volumes: volumes:
- /app-config/frpc/frpc.toml:/etc/frp/frpc.toml - /app-config/frpc/frpc.toml:/etc/frp/frpc.toml
alloy:
image: grafana/alloy:latest
container_name: alloy
volumes:
- /app-config/alloy/config.alloy:/etc/alloy/config.alloy:ro
- /var/run/docker.sock:/var/run/docker.sock
- /app-config/emby/logs/:/var/log/emby/
command: >
run --server.http.listen-addr=0.0.0.0:12345
--storage.path=/var/lib/alloy/data
/etc/alloy/config.alloy
restart: unless-stopped