Advertisement
G0nz0uk

alloy

Oct 31st, 2024
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.39 KB | None | 0 0
  1. services:
  2.     alloy:
  3.         volumes:
  4.            - /opt/mydocker/config/config.alloy:/etc/alloy/config.alloy
  5.         ports:
  6.            - 12345:12345
  7.             - 601:601
  8.             - 514:514/UDP
  9.             - 514:514/TCP
  10.         image: grafana/alloy:latest
  11.         command: run --server.http.listen-addr=0.0.0.0:12345
  12.             --storage.path=/var/lib/alloy/data /etc/alloy/config.alloy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement