File: docker-compose.yml

package info (click to toggle)
aiodogstatsd 0.16.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: python: 1,080; makefile: 70; sh: 19
file content (11 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
version: "2"

services:
  stastd_exporter:
    image: prom/statsd-exporter:v0.14.1
    expose:
      - 9125
      - 9102
    ports:
      - 9125:9125/udp
      - 9102:9102