remove useless prom args

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2024-04-15 16:45:38 +02:00
parent 877c264d59
commit cbd2425a5f

View File

@ -7,9 +7,6 @@ services:
- --web.enable-remote-write-receiver - --web.enable-remote-write-receiver
- --config.file=/etc/prometheus/prometheus.yml - --config.file=/etc/prometheus/prometheus.yml
- --storage.tsdb.path=/prometheus - --storage.tsdb.path=/prometheus
- --storage.tsdb.min-block-duration=2h
- --storage.tsdb.max-block-duration=2h
- --web.enable-lifecycle
- --web.console.libraries=/usr/share/prometheus/console_libraries - --web.console.libraries=/usr/share/prometheus/console_libraries
- --web.console.templates=/usr/share/prometheus/consoles - --web.console.templates=/usr/share/prometheus/consoles
ports: ports: