Compare commits
8 Commits
141601825c
...
single-dat
| Author | SHA1 | Date | |
|---|---|---|---|
| 916bfa53a2 | |||
| 03fb4155c7 | |||
| 6478592b59 | |||
| 13c57d685f | |||
|
|
064b76b892 | ||
|
|
8d446c0126 | ||
|
|
c222574b63 | ||
|
|
17433c93b2 |
@@ -19,7 +19,7 @@ services:
|
||||
|
||||
# Grafana - Visualization Dashboard
|
||||
grafana:
|
||||
image: grafana/grafana:12.3.3
|
||||
image: grafana/grafana:12.4.0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3002:3000"
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
- prometheus
|
||||
|
||||
loki:
|
||||
image: grafana/loki:3.6.5
|
||||
image: grafana/loki:3.6.7
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3100:3100"
|
||||
@@ -53,7 +53,7 @@ services:
|
||||
- '-target=all'
|
||||
|
||||
alloy:
|
||||
image: grafana/alloy:v1.13.0
|
||||
image: grafana/alloy:v1.13.2
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "12345:12345"
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
- 5434:5432
|
||||
|
||||
paperless:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.7
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.10
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
@@ -49,7 +49,7 @@ services:
|
||||
PAPERLESS_REDIRECT_LOGIN_TO_SSO: true
|
||||
|
||||
gotenberg:
|
||||
image: docker.io/gotenberg/gotenberg:8.26.0
|
||||
image: docker.io/gotenberg/gotenberg:8.27.0
|
||||
restart: always
|
||||
|
||||
# The gotenberg chromium route is used to convert .eml files. We do not
|
||||
|
||||
Reference in New Issue
Block a user