Skip to content
Snippets Groups Projects
docker-compose.yml 366 B
services:

  app:

    image: wywywywy/docker_stats_exporter
    restart: always
    ports:
      - "{{ int_ip4 }}:{{ metrics_port }}:{{ metrics_port }}" 
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - /usr/bin/docker:/usr/bin/docker
    environment:
      DOCKERSTATS_PORT: {{ metrics_port }} 
      DOCKERSTATS_INTERVAL: 15 
      DEBUG: 0