11 Commits

Author SHA1 Message Date
Renovate Bot
9759c90c4b Update ghcr.io/paperless-ngx/paperless-ngx Docker tag to v2.19.6 2025-11-16 00:01:25 +00:00
0996c409bc Merge pull request 'Update ghcr.io/spliit-app/spliit Docker tag to v1.19.0' (#219) from renovate/ghcr.io-spliit-app-spliit-1.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/219
2025-11-13 07:48:05 +00:00
d36c60a8ea Merge pull request 'Update Matrix' (#220) from renovate/matrix into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/220
2025-11-13 07:47:51 +00:00
Renovate Bot
c597e79059 Update Matrix 2025-11-12 00:01:24 +00:00
Renovate Bot
b6d9f4bf24 Update ghcr.io/spliit-app/spliit Docker tag to v1.19.0 2025-11-11 00:01:18 +00:00
2efbef9b63 Merge pull request 'Update shlinkio/shlink Docker tag to v4.6' (#217) from renovate/shlinkio-shlink-4.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/217
2025-11-08 08:19:22 +00:00
87820cf217 Merge pull request 'Update ghcr.io/pocket-id/pocket-id Docker tag to v1.15.0' (#215) from renovate/ghcr.io-pocket-id-pocket-id-1.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/215
2025-11-08 08:19:02 +00:00
f1dbf34563 Merge pull request 'Update pihole/pihole Docker tag to v2025.11.0' (#216) from renovate/pihole-pihole-2025.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/216
2025-11-08 08:18:57 +00:00
Renovate Bot
3b7ac0fb88 Update shlinkio/shlink Docker tag to v4.6 2025-11-08 00:02:33 +00:00
Renovate Bot
4c3169a47e Update pihole/pihole Docker tag to v2025.11.0 2025-11-08 00:02:28 +00:00
Renovate Bot
75eb0a61f7 Update ghcr.io/pocket-id/pocket-id Docker tag to v1.15.0 2025-11-07 00:02:06 +00:00
9 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ services:
- 5434:5432 - 5434:5432
paperless: paperless:
image: ghcr.io/paperless-ngx/paperless-ngx:2.19.4 image: ghcr.io/paperless-ngx/paperless-ngx:2.19.6
restart: always restart: always
depends_on: depends_on:
- db - db

View File

@@ -2,7 +2,7 @@
services: services:
pihole: pihole:
container_name: pihole container_name: pihole
image: pihole/pihole:2025.10.3 image: pihole/pihole:2025.11.0
ports: ports:
# DNS Ports # DNS Ports
- "53:53/tcp" - "53:53/tcp"

View File

@@ -1,6 +1,6 @@
services: services:
pocket-id: pocket-id:
image: ghcr.io/pocket-id/pocket-id:v1.14.2 image: ghcr.io/pocket-id/pocket-id:v1.15.0
restart: always restart: always
env_file: .env env_file: .env
ports: ports:

View File

@@ -1,6 +1,6 @@
services: services:
shlink: shlink:
image: shlinkio/shlink:4.5 image: shlinkio/shlink:4.6
container_name: shlink container_name: shlink
restart: always restart: always
ports: ports:

View File

@@ -1,6 +1,6 @@
services: services:
shlink: shlink:
image: shlinkio/shlink:4.5 image: shlinkio/shlink:4.6
container_name: shlink container_name: shlink
restart: always restart: always
ports: ports:

View File

@@ -1,6 +1,6 @@
services: services:
spliit: spliit:
image: ghcr.io/spliit-app/spliit:1.18.0 image: ghcr.io/spliit-app/spliit:1.19.0
restart: always restart: always
ports: ports:
- 3001:3000 - 3001:3000

View File

@@ -1,6 +1,6 @@
services: services:
spliit: spliit:
image: ghcr.io/spliit-app/spliit:1.18.0 image: ghcr.io/spliit-app/spliit:1.19.0
restart: always restart: always
ports: ports:
- 3001:3000 - 3001:3000

View File

@@ -58,7 +58,7 @@ services:
- postgres-network - postgres-network
mas: mas:
image: ghcr.io/element-hq/matrix-authentication-service:1.5.0 image: ghcr.io/element-hq/matrix-authentication-service:1.6.0
restart: always restart: always
working_dir: /config working_dir: /config
volumes: volumes:
@@ -77,7 +77,7 @@ services:
synapse: synapse:
container_name: synapse container_name: synapse
image: matrixdotorg/synapse:v1.141.0 image: matrixdotorg/synapse:v1.142.0
restart: always restart: always
volumes: volumes:
- ${SYNAPSE_CONFIG_DIR}:/data - ${SYNAPSE_CONFIG_DIR}:/data

View File

@@ -61,7 +61,7 @@ services:
ports: ports:
- 5440:5432 - 5440:5432
mas: mas:
image: ghcr.io/element-hq/matrix-authentication-service:1.5.0 image: ghcr.io/element-hq/matrix-authentication-service:1.6.0
restart: always restart: always
working_dir: /config working_dir: /config
volumes: volumes:
@@ -97,7 +97,7 @@ services:
- 5442:5432 - 5442:5432
synapse: synapse:
container_name: synapse container_name: synapse
image: matrixdotorg/synapse:v1.141.0 image: matrixdotorg/synapse:v1.142.0
restart: always restart: always
volumes: volumes:
- ${SYNAPSE_CONFIG_DIR}:/data - ${SYNAPSE_CONFIG_DIR}:/data