From 1a88f585a2a2f2553c89cbaf904d2366a9918cf4 Mon Sep 17 00:00:00 2001 From: komodo Date: Sat, 26 Apr 2025 15:41:07 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 6e5d708..c95a7cb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,7 +4,7 @@ networks: services: caddy: - image: xcaddy:latest + image: caddy:latest container_name: caddy restart: unless-stopped ports: @@ -46,4 +46,16 @@ services: volumes: - /app-config/vw-data:/data networks: - - proxy_network \ No newline at end of file + - proxy_network + + alloy: + image: grafana/alloy:latest + container_name: alloy + volumes: + - /app-config/alloy/config.alloy:/etc/alloy/config.alloy:ro + - /app-config/caddy/logs:/var/log/caddy: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 \ No newline at end of file