version: "3" services: statsd-agent: image: statsd/statsd:latest restart: always ports: - "8125:8125/udp" - "8126:8126" volumes: - "./statsd_config.js:/usr/src/app/config.js" networks: chassis_agent: statsd-exporter: image: prom/statsd-exporter:latest hostname: "statsd-exporter" command: "--statsd.mapping-config=/tmp/statsd_mapping.yml" ports: - "9102:9102" - "9125:9125/udp" volumes: - "./statsd_mapping.yml:/tmp/statsd_mapping.yml" networks: chassis_agent: networks: chassis_agent: driver: bridge