Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 426 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 426 Bytes

Important

This is a work in progress and not yet ready for production use.

About

A housekeeping agent for removing unused/out-dated Promstack, Grafana and Prometheus's Docker config objects on an interval.

Usage

services:
  housekeeping-agent:
    image: swarmlibs/promstack-housekeeping-agent
    volumes:
      - type: bind
        source: /var/run/docker.sock
        target: /var/run/docker.sock