8 Commits

2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ services:
# Grafana - Visualization Dashboard # Grafana - Visualization Dashboard
grafana: grafana:
image: grafana/grafana:12.3.3 image: grafana/grafana:12.4.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- "3002:3000" - "3002:3000"
@@ -41,7 +41,7 @@ services:
- prometheus - prometheus
loki: loki:
image: grafana/loki:3.6.5 image: grafana/loki:3.6.7
restart: unless-stopped restart: unless-stopped
ports: ports:
- "3100:3100" - "3100:3100"
@@ -53,7 +53,7 @@ services:
- '-target=all' - '-target=all'
alloy: alloy:
image: grafana/alloy:v1.13.0 image: grafana/alloy:v1.13.2
restart: unless-stopped restart: unless-stopped
ports: ports:
- "12345:12345" - "12345:12345"

View File

@@ -18,7 +18,7 @@ services:
- 5434:5432 - 5434:5432
paperless: paperless:
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.7 image: ghcr.io/paperless-ngx/paperless-ngx:2.20.10
restart: always restart: always
depends_on: depends_on:
- db - db
@@ -49,7 +49,7 @@ services:
PAPERLESS_REDIRECT_LOGIN_TO_SSO: true PAPERLESS_REDIRECT_LOGIN_TO_SSO: true
gotenberg: gotenberg:
image: docker.io/gotenberg/gotenberg:8.26.0 image: docker.io/gotenberg/gotenberg:8.27.0
restart: always restart: always
# The gotenberg chromium route is used to convert .eml files. We do not # The gotenberg chromium route is used to convert .eml files. We do not