Merge branch 'main' into renovate/grafana-monorepo

This commit is contained in:
LRVT
2026-02-17 19:11:42 +01:00
committed by GitHub
18 changed files with 24 additions and 24 deletions

View File

@@ -201,7 +201,7 @@ services:
# image used to download stuff; run over gluetun network (vpn killswitch) # image used to download stuff; run over gluetun network (vpn killswitch)
qbittorrent: qbittorrent:
image: linuxserver/qbittorrent:5.0.2-libtorrentv1 image: linuxserver/qbittorrent:5.1.4-libtorrentv1
container_name: arr-suite-qbittorrent container_name: arr-suite-qbittorrent
environment: environment:
- PUID=1000 - PUID=1000

View File

@@ -1,7 +1,7 @@
services: services:
docmost: docmost:
image: docmost/docmost:0.22 image: docmost/docmost:0.25
container_name: docmost container_name: docmost
depends_on: depends_on:
- db - db
@@ -59,7 +59,7 @@ services:
# - proxy # - proxy
redis: redis:
image: redis:7.2-alpine image: redis:7.4-alpine
container_name: docmost-redis container_name: docmost-redis
restart: unless-stopped restart: unless-stopped
expose: expose:

View File

@@ -36,7 +36,7 @@ services:
# - traefik.http.routers.drone-server.middlewares=local-ipwhitelist@file # - traefik.http.routers.drone-server.middlewares=local-ipwhitelist@file
drone-agent: drone-agent:
image: drone/agent:1.2.1 image: drone/agent:1.2.3
command: agent command: agent
restart: unless-stopped restart: unless-stopped
container_name: drone-agent container_name: drone-agent

View File

@@ -1,7 +1,7 @@
services: services:
db: db:
image: mariadb:11.5 image: mariadb:11.8
container_name: filerun-db container_name: filerun-db
environment: environment:
- MYSQL_ROOT_PASSWORD=your_mysql_root_password - MYSQL_ROOT_PASSWORD=your_mysql_root_password
@@ -14,7 +14,7 @@ services:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filerun/db:/var/lib/mysql - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filerun/db:/var/lib/mysql
filerun: filerun:
image: filerun/filerun:8.1 image: filerun/filerun:8.4
container_name: filerun container_name: filerun
environment: environment:
- FR_DB_HOST=db - FR_DB_HOST=db

View File

@@ -15,7 +15,7 @@ services:
- db - db
db: db:
image: mariadb:11.5 image: mariadb:11.8
container_name: firefly-db container_name: firefly-db
restart: unless-stopped restart: unless-stopped
environment: environment:

View File

@@ -1,7 +1,7 @@
services: services:
loki: loki:
image: grafana/loki:2.9.15 image: grafana/loki:2.9.17
container_name: loki container_name: loki
hostname: loki hostname: loki
volumes: volumes:
@@ -33,7 +33,7 @@ services:
# - monitoring_default # - monitoring_default
influxdb: influxdb:
image: influxdb:1.8 image: influxdb:1.12
container_name: influxdb container_name: influxdb
hostname: influxdb hostname: influxdb
restart: unless-stopped restart: unless-stopped
@@ -68,7 +68,7 @@ services:
# - monitoring_default # - monitoring_default
telegraf: telegraf:
image: telegraf:1.35 image: telegraf:1.37
container_name: telegraf container_name: telegraf
hostname: telegraf hostname: telegraf
restart: unless-stopped restart: unless-stopped

View File

@@ -1,7 +1,7 @@
services: services:
headscale: headscale:
image: headscale/headscale:0.22 image: headscale/headscale:v0.28
container_name: headscale container_name: headscale
pull_policy: always pull_policy: always
restart: unless-stopped restart: unless-stopped

View File

@@ -16,7 +16,7 @@ services:
# - proxy # - proxy
app: app:
image: quay.io/hedgedoc/hedgedoc:1.10.0 image: quay.io/hedgedoc/hedgedoc:1.10.6
container_name: hedgedoc-app container_name: hedgedoc-app
restart: always restart: always
environment: environment:

View File

@@ -1,7 +1,7 @@
services: services:
youtrack: youtrack:
image: jetbrains/youtrack:2022.3.65373 image: jetbrains/youtrack:2022.3.65379
container_name: youtrack container_name: youtrack
hostname: youtrack hostname: youtrack
user: 13001:13001 # this is the default UID:GUID; see https://hub.docker.com/r/jetbrains/youtrack/ user: 13001:13001 # this is the default UID:GUID; see https://hub.docker.com/r/jetbrains/youtrack/

View File

@@ -22,7 +22,7 @@ services:
- keycloak-internal - keycloak-internal
keycloak: keycloak:
image: quay.io/keycloak/keycloak:26.2 image: quay.io/keycloak/keycloak:26.5
container_name: keycloak-app container_name: keycloak-app
command: start command: start
environment: environment:

View File

@@ -30,7 +30,7 @@ services:
matomo_db: matomo_db:
image: mariadb:11.5 image: mariadb:11.8
container_name: matomo_db container_name: matomo_db
command: --max-allowed-packet=64MB command: --max-allowed-packet=64MB
environment: environment:

View File

@@ -1,7 +1,7 @@
services: services:
nextcloud-db: nextcloud-db:
image: mariadb:11.4 image: mariadb:11.8
container_name: nextcloud-db container_name: nextcloud-db
hostname: nextcloud-db hostname: nextcloud-db
command: --transaction-isolation=READ-COMMITTED --innodb_read_only_compressed=OFF command: --transaction-isolation=READ-COMMITTED --innodb_read_only_compressed=OFF

View File

@@ -1,7 +1,7 @@
services: services:
app: app:
image: eugenci/papermerge:2.0.0 image: eugenci/papermerge:2.0.1
container_name: papermerge-app container_name: papermerge-app
restart: unless-stopped restart: unless-stopped
expose: expose:
@@ -63,7 +63,7 @@ services:
# - proxy # - proxy
worker: worker:
image: eugenci/papermerge-worker:v2.0.0 image: eugenci/papermerge-worker:2.0.1
container_name: papermerge-worker container_name: papermerge-worker
restart: unless-stopped restart: unless-stopped
volumes: volumes:

View File

@@ -1,7 +1,7 @@
services: services:
db: db:
image: mariadb:11.5 image: mariadb:11.8
container_name: passbolt-db container_name: passbolt-db
hostname: passbolt-db hostname: passbolt-db
restart: unless-stopped restart: unless-stopped

View File

@@ -20,7 +20,7 @@ services:
- database - database
database: database:
image: mariadb:11.5 image: mariadb:11.8
container_name: projectsend-db container_name: projectsend-db
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: unless-stopped restart: unless-stopped

View File

@@ -117,7 +117,7 @@ services:
#- traefik.http.routers.rxresume-client.middlewares=local-ipwhitelist@file # may enable this middleware for access control #- traefik.http.routers.rxresume-client.middlewares=local-ipwhitelist@file # may enable this middleware for access control
traefik: traefik:
image: traefik:v2.10.1 image: traefik:v2.10.7
container_name: rxresume-traefik container_name: rxresume-traefik
restart: unless-stopped restart: unless-stopped
command: command:

View File

@@ -1,7 +1,7 @@
services: services:
db: db:
image: mariadb:11.5 image: mariadb:11.8
container_name: seafile-mysql container_name: seafile-mysql
environment: environment:
- MYSQL_ROOT_PASSWORD=db_dev # Requested, set the root's password of MySQL service. - MYSQL_ROOT_PASSWORD=db_dev # Requested, set the root's password of MySQL service.
@@ -13,7 +13,7 @@ services:
# - proxy # - proxy
memcached: memcached:
image: memcached:1.6.18 image: memcached:1.6.40
container_name: seafile-memcached container_name: seafile-memcached
entrypoint: memcached -m 256 entrypoint: memcached -m 256
restart: unless-stopped restart: unless-stopped

View File

@@ -1,7 +1,7 @@
services: services:
wedding-share: wedding-share:
image: cirx08/wedding_share:1.6.7 image: cirx08/wedding_share:1.6.11
container_name: WeddingShare container_name: WeddingShare
restart: always restart: always
ports: ports: