Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/crm/docker/docker-compose.metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:

prometheus:
container_name: ${PROMETHEUS_CONTAINER:?error}
image: prom/prometheus:v3.13.1@sha256:3c42b892cf723fa54d2f262c37a0e1f80aa8c8ddb1da7b9b0df9455a35a7f893
image: prom/prometheus:v3.14.0@sha256:5ce7540c3c00ef4ab0c9d2c995c6a5b9c421f44b4a115d97a2c7af3b1c21cbb0
command:
- --config.file=/etc/prometheus/prometheus.yml
- --web.config.file=/etc/prometheus/auth.yml
Expand Down Expand Up @@ -175,7 +175,7 @@ services:

mongo-exporter:
container_name: ${MONGO_EXPORTER_CONTAINER:?error}
image: percona/mongodb_exporter:0.51.0@sha256:852b90b9f38ab489762b8a8b8c074ce852272c2495d725b922bdb5bc7d659e16
image: percona/mongodb_exporter:0.53.0@sha256:0214e482b2cd4b1849f9f4dcef90d328a99ba3727dd1103e7da48b42060bcec1
command:
- --no-discovering-mode
- --collector.dbstats
Expand All @@ -202,7 +202,7 @@ services:

redis-exporter:
container_name: ${REDIS_EXPORTER_CONTAINER:?error}
image: oliver006/redis_exporter:v1.88.0@sha256:2c8c55c63ce4d915389f03d337b8acef56aaaca9fab8728291287e612d4d6398
image: oliver006/redis_exporter:v1.90.0@sha256:a129504e65b87c54f79bc92f1afc403475e8ff646a3d7512de469904ceddf986
restart: unless-stopped
depends_on:
redis:
Expand Down
2 changes: 1 addition & 1 deletion apps/crm/docker/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ services:

mailpit:
container_name: ${MAILPIT_CONTAINER:?error}
image: axllent/mailpit:v1.30.6@sha256:7f33095f80e901f6ad08028f06ca284aa58fe84942be5496008d041d3b9f4d4d
image: axllent/mailpit:v1.31.0@sha256:c96991d9bef73594c246d89ca81411d4e916f03e76a7d2d72fa2ab5dd3c9ce24
profiles: [dev]
restart: on-failure:3
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion apps/crm/docker/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ services:
start_interval: 2s

prometheus:
image: prom/prometheus:v3.13.1@sha256:3c42b892cf723fa54d2f262c37a0e1f80aa8c8ddb1da7b9b0df9455a35a7f893
image: prom/prometheus:v3.14.0@sha256:5ce7540c3c00ef4ab0c9d2c995c6a5b9c421f44b4a115d97a2c7af3b1c21cbb0
command:
- --config.file=/etc/prometheus/prometheus.yml
- --web.config.file=/etc/prometheus/auth.yml
Expand Down
Loading