Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
service: tron-node

prometheus:
image: prom/prometheus:v3.10.0
image: prom/prometheus:v3.11.3
container_name: prometheus
deploy:
resources:
Expand Down
2 changes: 1 addition & 1 deletion metric_monitor/docker-compose/prometheus.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
prometheus:
image: prom/prometheus:v3.10.0
image: prom/prometheus:v3.11.3
container_name: prometheus
security_opt:
- no-new-privileges:true
Expand Down
2 changes: 1 addition & 1 deletion metric_monitor/docker-compose/thanos-querier.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
thanos-querier:
image: quay.io/thanos/thanos:v0.33.0
image: quay.io/thanos/thanos:v0.41.0
container_name: thanos-querier
ports:
- "9091:9091"
Expand Down
2 changes: 1 addition & 1 deletion metric_monitor/docker-compose/thanos-receive.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
thanos-receive:
image: quay.io/thanos/thanos:v0.33.0
image: quay.io/thanos/thanos:v0.41.0
container_name: thanos-receive
volumes:
- ../receive-data-0:/receive/data
Expand Down
2 changes: 1 addition & 1 deletion metric_monitor/docker-compose/thanos-store.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
thanos-store:
image: quay.io/thanos/thanos:v0.33.0
image: quay.io/thanos/thanos:v0.41.0
container_name: thanos-store
ports:
- "10911:10911" # HTTP
Expand Down
Loading