Skip to content
Snippets Groups Projects
Select Git revision
  • d6051a2f0f1a77d17de79c5dbe429ded2288584c
  • master default protected
  • L2SS-2347-dithering-dont-change-power-freq
  • L2SS-2347-dithering-is-global-setting
  • refactor-control-power-properties
  • update-lcu-rollout-procedure
  • test-pytango-10.0.3
  • deploy-components-parallel
  • L2SS-2357-fix-ruff
  • sync-up-with-meta-pypcc
  • stabilise-landing-page
  • all-stations-lofar2
  • v0.39.7-backports
  • Move-sdptr-to-v1.5.0
  • fix-build-ubuntu
  • tokens-in-env-files
  • fix-build
  • L2SS-2214-deploy-cdb
  • fix-missing-init
  • add-power-hardware-apply
  • L2SS-2129-Add-Subrack-Routine
  • v0.56.1-rc8 protected
  • v0.56.1-rc7 protected
  • v0.56.1-rc6 protected
  • v0.56.1-rc5 protected
  • v0.56.1-rc4 protected
  • v0.56.1-rc3 protected
  • v0.56.1-rc2 protected
  • v0.56.0 protected
  • 0.53.0rc2
  • 0.53.0rc1
  • last-working-mapper-refactor
  • v0.52.9 protected
  • v0.52.8 protected
  • v0.52.7 protected
  • v0.55.5-r2 protected
  • v0.52.8-rc1 protected
  • v0.55.5 protected
  • v0.55.4 protected
  • 0.55.2.dev0
  • 0.55.1.dev0
41 results

Dockerfile

Blame
  • Jan David Mol's avatar
    L2SS-536: Extend prometheus retention, and keep the monitoring data between container restarts
    Jan David Mol authored
    66e86f65
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Dockerfile 324 B
    FROM prom/prometheus
    
    COPY prometheus.yml /etc/prometheus/prometheus.yml
    
    CMD ["--config.file=/etc/prometheus/prometheus.yml", "--storage.tsdb.path=/prometheus", "--web.console.libraries=/usr/share/prometheus/console_libraries", "--web.console.templates=/usr/share/prometheus/consoles", "--storage.tsdb.retention.time=31d"]