Compare commits
10 Commits
209ea8a867
...
single-dat
| Author | SHA1 | Date | |
|---|---|---|---|
| 916bfa53a2 | |||
| 03fb4155c7 | |||
| 6478592b59 | |||
| 13c57d685f | |||
|
|
064b76b892 | ||
|
|
8d446c0126 | ||
| 5b75e245d9 | |||
|
|
5c17af8ed7 | ||
|
|
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
|
||||
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
- ${LIVEKIT_CONFIG_DIR}/config.yaml:/etc/livekit.yaml:ro
|
||||
mautrix-signal:
|
||||
container_name: mautrix-signal
|
||||
image: dock.mau.dev/mautrix/signal:v0.2602.0
|
||||
image: dock.mau.dev/mautrix/signal:v0.2602.1
|
||||
restart: always
|
||||
volumes:
|
||||
- ${MAUTRIX_SIGNAL_DATA_DIR}:/data
|
||||
@@ -61,7 +61,7 @@ services:
|
||||
ports:
|
||||
- 5440:5432
|
||||
mas:
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.11.0
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.12.0
|
||||
restart: always
|
||||
working_dir: /config
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user