Skip to content

Commit

Permalink
Update image tags in docker-compose (kuskoman#162)
Browse files Browse the repository at this point in the history
Currently no automatic update is configured
  • Loading branch information
kuskoman authored Aug 12, 2023
1 parent ab23dbf commit 7ea1903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
logstash:
image: docker.elastic.co/logstash/logstash:8.8.1
image: docker.elastic.co/logstash/logstash:8.9.0
restart: unless-stopped
volumes:
- logstash-data:/usr/share/logstash/data
Expand All @@ -23,7 +23,7 @@ services:
- ${LOGSTASH_PORT:-5044}:5044
- ${LOGSTASH_STATS_PORT:-9600}:9600
prometheus:
image: prom/prometheus:v2.44.0
image: prom/prometheus:v2.46.0
restart: unless-stopped
volumes:
- prometheus-data:/prometheus
Expand All @@ -42,7 +42,7 @@ services:
timeout: 10s
retries: 8
elasticsearch:
image: elasticsearch:8.8.0
image: docker.elastic.co/elasticsearch/elasticsearch:8.9.0
restart: unless-stopped
volumes:
- elasticsearch-data:/usr/share/elasticsearch/data
Expand Down

0 comments on commit 7ea1903

Please sign in to comment.