chore(deps): bump all (#294)

This commit is contained in:
Julian Tölle 2023-09-16 13:02:19 +02:00 committed by GitHub
parent 1979d924c9
commit 38cf2ff549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 4681 additions and 3804 deletions

View file

@ -12,7 +12,7 @@ services:
#####
db:
image: postgres:15.3
image: postgres:16.0
environment:
POSTGRES_PASSWORD: listory
POSTGRES_USER: listory
@ -72,7 +72,7 @@ services:
- web
proxy:
image: traefik:v2.10.3
image: traefik:v2.10.4
command:
#- --log.level=debug
#- --accesslog=true
@ -129,7 +129,7 @@ services:
prometheus:
profiles: ["observability"]
image: prom/prometheus:v2.45.0
image: prom/prometheus:v2.47.0
volumes:
- ./observability/prometheus:/etc/prometheus
- prometheus_data:/prometheus
@ -139,14 +139,14 @@ services:
- "--storage.tsdb.retention.time=200h"
- "--web.enable-lifecycle"
ports:
- 9090:9090
- "9090:9090"
networks:
- observability
- web
loki:
profiles: ["observability"]
image: grafana/loki:2.8.2
image: grafana/loki:2.8.5
command: ["-config.file=/etc/loki/loki.yaml"]
ports:
- "3100" # loki needs to be exposed so it receives logs
@ -157,7 +157,7 @@ services:
promtail:
profiles: ["observability"]
image: grafana/promtail:2.8.2
image: grafana/promtail:2.8.5
command: ["-config.file=/etc/promtail.yaml"]
volumes:
- ./observability/promtail/promtail.yaml:/etc/promtail.yaml
@ -175,7 +175,7 @@ services:
tempo:
profiles: ["observability"]
image: grafana/tempo:2.1.1
image: grafana/tempo:2.2.3
command: ["-config.file=/etc/tempo.yaml"]
volumes:
- ./observability/tempo/tempo.yaml:/etc/tempo.yaml
@ -189,7 +189,7 @@ services:
grafana:
profiles: ["observability"]
image: grafana/grafana-oss:9.5.5
image: grafana/grafana-oss:9.5.9
volumes:
- ./observability/grafana/provisioning:/etc/grafana/provisioning
environment:
@ -200,7 +200,7 @@ services:
- GF_USERS_ALLOW_SIGN_UP=false
- GF_SERVER_HTTP_PORT=2345
ports:
- 2345:2345
- "2345:2345"
networks:
- observability