-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
containernew container suggestionnew container suggestion
Description
Prerequisites
- I have searched the issues and confirmed this container has not been suggested before
- I have verified the container image is actively maintained
- I have tested this container configuration
Container ID
grafana-alloy
Display Name
Alloy
Description
Scrape metrics
Category
Media
Tags
Monitoring
GitHub URL
https://github.com/grafana/alloy
Icon URL
No response
Docker Compose Service Definition
services:
alloy:
image: grafana/alloy:latest
container_name: alloy
ports:
- "12345:12345"
volumes:
- ./config.alloy:/etc/alloy/config.alloy:ro
- /var/run/docker.sock:/var/run/docker.sock
- /var/log:/var/log:ro
command:
- run
- --server.http.listen-addr=0.0.0.0:12345
- --storage.path=/var/lib/alloy/data
- /etc/alloy/config.alloyAdditional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
containernew container suggestionnew container suggestion