Skip to content

Commit 11c3656

Browse files
author
Chris Vik
authored
Update docker-compose.yaml
1 parent 55464dd commit 11c3656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/metrics/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- '--storage.tsdb.path=/prometheus'
1919
- '--web.console.libraries=/etc/prometheus/console_libraries'
2020
- '--web.console.templates=/etc/prometheus/consoles'
21-
- '--storage.tsdb.retention.time=200h'
21+
- '--storage.tsdb.retention.time=1y'
2222
- '--web.enable-lifecycle'
2323
restart: unless-stopped
2424
ports:
@@ -65,4 +65,4 @@ services:
6565
- GF_INSTALL_PLUGINS=grafana-clock-panel,natel-discrete-panel,grafana-piechart-panel
6666
restart: unless-stopped
6767
ports:
68-
- '3000:3000'
68+
- '3000:3000'

0 commit comments

Comments
 (0)