Update everything

This commit is contained in:
Marc Fokkert
2023-08-21 21:32:24 +02:00
parent c51c3831df
commit f4ecab389c
20 changed files with 2027 additions and 669 deletions

View File

@@ -8,7 +8,7 @@ resource "docker_image" "prometheus" {
}
resource "docker_container" "prometheus" {
image = docker_image.prometheus.latest
image = docker_image.prometheus.image_id
name = "prometheus"
command = ["--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=2y"]