Skip to content

Instantly share code, notes, and snippets.

@up1
Created June 8, 2024 16:01
Show Gist options
  • Save up1/1026411bd44a1a70dc019191d11744ca to your computer and use it in GitHub Desktop.
Save up1/1026411bd44a1a70dc019191d11744ca to your computer and use it in GitHub Desktop.
Grafana Alloy
services:
alloy:
image: grafana/alloy:latest
command: run --server.http.listen-addr=0.0.0.0:12345 --storage.path=/var/lib/alloy/data /etc/alloy/config.alloy
ports:
- 12345:12345
volumes:
- ./config.alloy:/etc/alloy/config.alloy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment