Skip to content
Snippets Groups Projects
Commit c40a18d2 authored by Grzegorz Mirek's avatar Grzegorz Mirek
Browse files

Add fix(issue#22) and version variable for postgresexporter

parent 05490f76
No related branches found
No related tags found
2 merge requests!66Merge develop to master for release,!43Add fix(issue#22) and version variable for postgresexporter
......@@ -142,10 +142,12 @@ services:
org.label-schema.group: "monitoring"
postgresexporter:
image: quay.io/prometheuscommunity/postgres-exporter
image: quay.io/prometheuscommunity/postgres-exporter:${POSTGRESEXPORTER_VERSION:-v0.16.0}
profiles:
- monitoring
restart: unless-stopped
command:
- --no-collector.stat_bgwriter
expose:
- 9187
depends_on:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment