mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 07:25:34 +02:00
Merge branch 'main' into renovate/drone-agent-1.x
This commit is contained in:
@@ -201,7 +201,7 @@ services:
|
||||
|
||||
# image used to download stuff; run over gluetun network (vpn killswitch)
|
||||
qbittorrent:
|
||||
image: linuxserver/qbittorrent:5.0.2-libtorrentv1
|
||||
image: linuxserver/qbittorrent:5.1.4-libtorrentv1
|
||||
container_name: arr-suite-qbittorrent
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
chevereto:
|
||||
image: ghcr.io/chevereto/chevereto:4.1
|
||||
image: ghcr.io/chevereto/chevereto:4.4
|
||||
container_name: chevereto
|
||||
init: true
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
docmost:
|
||||
image: docmost/docmost:0.22
|
||||
image: docmost/docmost:0.25
|
||||
container_name: docmost
|
||||
depends_on:
|
||||
- db
|
||||
@@ -59,7 +59,7 @@ services:
|
||||
# - proxy
|
||||
|
||||
redis:
|
||||
image: redis:7.2-alpine
|
||||
image: redis:7.4-alpine
|
||||
container_name: docmost-redis
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
db:
|
||||
image: mariadb:11.5
|
||||
image: mariadb:11.8
|
||||
container_name: filerun-db
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=your_mysql_root_password
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/filerun/db:/var/lib/mysql
|
||||
|
||||
filerun:
|
||||
image: filerun/filerun:8.1
|
||||
image: filerun/filerun:8.4
|
||||
container_name: filerun
|
||||
environment:
|
||||
- FR_DB_HOST=db
|
||||
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
- db
|
||||
|
||||
db:
|
||||
image: mariadb:11.5
|
||||
image: mariadb:11.8
|
||||
container_name: firefly-db
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
loki:
|
||||
image: grafana/loki:2.9.15
|
||||
image: grafana/loki:2.9.17
|
||||
container_name: loki
|
||||
hostname: loki
|
||||
volumes:
|
||||
@@ -33,7 +33,7 @@ services:
|
||||
# - monitoring_default
|
||||
|
||||
influxdb:
|
||||
image: influxdb:1.8
|
||||
image: influxdb:1.12
|
||||
container_name: influxdb
|
||||
hostname: influxdb
|
||||
restart: unless-stopped
|
||||
@@ -68,7 +68,7 @@ services:
|
||||
# - monitoring_default
|
||||
|
||||
telegraf:
|
||||
image: telegraf:1.35
|
||||
image: telegraf:1.37
|
||||
container_name: telegraf
|
||||
hostname: telegraf
|
||||
restart: unless-stopped
|
||||
@@ -95,7 +95,7 @@ services:
|
||||
# - monitoring_default
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:12.1.1
|
||||
image: grafana/grafana:12.3.3
|
||||
container_name: grafana
|
||||
hostname: grafana
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
headscale:
|
||||
image: headscale/headscale:0.22
|
||||
image: headscale/headscale:v0.28
|
||||
container_name: headscale
|
||||
pull_policy: always
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
# - proxy
|
||||
|
||||
app:
|
||||
image: quay.io/hedgedoc/hedgedoc:1.10.0
|
||||
image: quay.io/hedgedoc/hedgedoc:1.10.6
|
||||
container_name: hedgedoc-app
|
||||
restart: always
|
||||
environment:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
youtrack:
|
||||
image: jetbrains/youtrack:2022.3.65373
|
||||
image: jetbrains/youtrack:2022.3.65379
|
||||
container_name: youtrack
|
||||
hostname: youtrack
|
||||
user: 13001:13001 # this is the default UID:GUID; see https://hub.docker.com/r/jetbrains/youtrack/
|
||||
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
- keycloak-internal
|
||||
|
||||
keycloak:
|
||||
image: quay.io/keycloak/keycloak:26.2
|
||||
image: quay.io/keycloak/keycloak:26.5
|
||||
container_name: keycloak-app
|
||||
command: start
|
||||
environment:
|
||||
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
|
||||
|
||||
matomo_db:
|
||||
image: mariadb:11.5
|
||||
image: mariadb:11.8
|
||||
container_name: matomo_db
|
||||
command: --max-allowed-packet=64MB
|
||||
environment:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
nextcloud-db:
|
||||
image: mariadb:11.4
|
||||
image: mariadb:11.8
|
||||
container_name: nextcloud-db
|
||||
hostname: nextcloud-db
|
||||
command: --transaction-isolation=READ-COMMITTED --innodb_read_only_compressed=OFF
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
opengist:
|
||||
image: ghcr.io/thomiceli/opengist:1.8
|
||||
image: ghcr.io/thomiceli/opengist:1.12
|
||||
container_name: opengist
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
app:
|
||||
image: eugenci/papermerge:2.0.0
|
||||
image: eugenci/papermerge:2.0.1
|
||||
container_name: papermerge-app
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
@@ -63,7 +63,7 @@ services:
|
||||
# - proxy
|
||||
|
||||
worker:
|
||||
image: eugenci/papermerge-worker:v2.0.0
|
||||
image: eugenci/papermerge-worker:2.0.1
|
||||
container_name: papermerge-worker
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
db:
|
||||
image: mariadb:11.5
|
||||
image: mariadb:11.8
|
||||
container_name: passbolt-db
|
||||
hostname: passbolt-db
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
- database
|
||||
|
||||
database:
|
||||
image: mariadb:11.5
|
||||
image: mariadb:11.8
|
||||
container_name: projectsend-db
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -117,7 +117,7 @@ services:
|
||||
#- traefik.http.routers.rxresume-client.middlewares=local-ipwhitelist@file # may enable this middleware for access control
|
||||
|
||||
traefik:
|
||||
image: traefik:v2.10.1
|
||||
image: traefik:v2.10.7
|
||||
container_name: rxresume-traefik
|
||||
restart: unless-stopped
|
||||
command:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
db:
|
||||
image: mariadb:11.5
|
||||
image: mariadb:11.8
|
||||
container_name: seafile-mysql
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=db_dev # Requested, set the root's password of MySQL service.
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
# - proxy
|
||||
|
||||
memcached:
|
||||
image: memcached:1.6.18
|
||||
image: memcached:1.6.40
|
||||
container_name: seafile-memcached
|
||||
entrypoint: memcached -m 256
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
wedding-share:
|
||||
image: cirx08/wedding_share:1.6.7
|
||||
image: cirx08/wedding_share:1.6.11
|
||||
container_name: WeddingShare
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user