BytesOfProgress

Resources


Dashdot


Get file:


$ wget https://bytesofprogress.net/resources/docker-compose/dashdot/docker-compose.yml


Contents of file:

services:
  dash:
    image: mauricenino/dashdot:latest
    restart: unless-stopped
    privileged: true
    environment:
      DASHDOT_ENABLE_CPU_TEMPS: 'true'
      DASHDOT_PAGE_TITLE: "HOSTNAME"
      DASHDOT_SHOW_DASH_VERSION: "none"
      DASHDOT_SHOW_HOST: 'true'
      DASHDOT_ACCEPT_OOKLA_EULA: 'true'
      DASHDOT_SPEED_TEST_INTERVAL: '30'
      DASHDOT_ALWAYS_SHOW_PERCENTAGES: 'true'
    ports:
      - '3001:3001'
    volumes:
      - /:/mnt/host:ro

Additional information: Find additional configuration options here.




back