Centralize version management

This commit is contained in:
Thomas Kleinendorst 2024-12-30 11:26:27 +01:00
parent 2445a3f622
commit 4c5a875b2c
15 changed files with 41 additions and 26 deletions

View file

@ -1,7 +1,7 @@
---
services:
postgres:
image: docker.io/postgres:{{ postgres_version }}
image: docker.io/postgres:{{ versions.postgres.self }}
ports:
- "0.0.0.0:5432:5432"
restart: always
@ -19,7 +19,7 @@ services:
environment:
POSTGRES_PASSWORD: "{{ postgres_password }}"
postgres-prometheus-exporter:
image: quay.io/prometheuscommunity/postgres-exporter:{{ postgres_prometheus_exporter_version }}
image: quay.io/prometheuscommunity/postgres-exporter:{{ versions.postgres.prometheus_exporter }}
ports:
- "0.0.0.0:9187:9187"
environment: