18 Commits

Author SHA1 Message Date
74f2f02d16 Merge pull request 'Update ghcr.io/kiwix/kiwix-serve Docker tag to v3.8.2' (#186) from renovate/ghcr.io-kiwix-kiwix-serve-3.x into main
Reviewed-on: #186
2026-03-14 13:49:18 +01:00
63a6d309e9 Merge pull request 'Update ghost Docker tag to v6.22.0' (#192) from renovate/ghost-6.x into main
Reviewed-on: #192
2026-03-14 13:49:10 +01:00
48904ecd0c Merge pull request 'Update n8nio/n8n Docker tag to v2.12.2' (#187) from renovate/n8nio-n8n-2.x into main
Reviewed-on: #187
2026-03-14 13:48:59 +01:00
ce873768eb Merge pull request 'Update lscr.io/linuxserver/calibre Docker tag to v9.5.0' (#212) from renovate/lscr.io-linuxserver-calibre-9.x into main 2026-03-14 01:02:59 +01:00
6ec45491a0 Update n8nio/n8n Docker tag to v2.12.2 2026-03-14 00:02:59 +00:00
4e75045d7a Update lscr.io/linuxserver/calibre Docker tag to v9.5.0 2026-03-14 00:02:57 +00:00
f71d3a8591 Merge pull request 'Update databasus/databasus Docker tag to v3.20.0' (#211) from renovate/databasus-databasus-3.x into main 2026-03-14 01:02:56 +01:00
c4b815ba58 Update ghost Docker tag to v6.22.0 2026-03-14 00:02:55 +00:00
d715132330 Update databasus/databasus Docker tag to v3.20.0 2026-03-14 00:02:53 +00:00
b557a67686 Update ghcr.io/kiwix/kiwix-serve Docker tag to v3.8.2 2026-03-14 00:02:51 +00:00
fb1b676387 Merge pull request 'Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.33.0' (#210) from renovate/ghcr.io-advplyr-audiobookshelf-2.x into main 2026-03-13 01:02:52 +01:00
2edf56aec6 Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.33.0 2026-03-13 00:02:49 +00:00
bdf95ce1dc Merge pull request 'Update databasus/databasus Docker tag to v3.19.2' (#209) from renovate/databasus-databasus-3.x into main 2026-03-12 01:02:37 +01:00
2d99d1bf74 Update databasus/databasus Docker tag to v3.19.2 2026-03-12 00:02:34 +00:00
76935f5e8f Merge pull request 'Update ghcr.io/alam00000/bentopdf-simple Docker tag to v2.5.0' (#208) from renovate/ghcr.io-alam00000-bentopdf-simple-2.x into main 2026-03-11 01:03:15 +01:00
607621c628 Merge pull request 'Update louislam/uptime-kuma Docker tag to v2.2.1' (#207) from renovate/louislam-uptime-kuma-2.x into main 2026-03-11 01:03:14 +01:00
ea7ddf56ab Update ghcr.io/alam00000/bentopdf-simple Docker tag to v2.5.0 2026-03-11 00:03:14 +00:00
2bcd6618fd Update louislam/uptime-kuma Docker tag to v2.2.1 2026-03-11 00:03:12 +00:00
7 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ services:
extends: extends:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
image: databasus/databasus:v3.18.0 image: databasus/databasus:v3.20.0
container_name: databasus container_name: databasus
ports: ports:
- 8086:4005 - 8086:4005

View File

@@ -5,7 +5,7 @@ services:
# extends: # extends:
# file: ${TEMPLATES_PATH} # file: ${TEMPLATES_PATH}
# service: default # service: default
image: louislam/uptime-kuma:2.2.0 image: louislam/uptime-kuma:2.2.1
container_name: uptime-kuma container_name: uptime-kuma
restart: unless-stopped restart: unless-stopped
security_opt: security_opt:

View File

@@ -3,7 +3,7 @@ services:
extends: extends:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
image: ghcr.io/advplyr/audiobookshelf:2.32.1 image: ghcr.io/advplyr/audiobookshelf:2.33.0
container_name: audiobookshelf container_name: audiobookshelf
ports: ports:
- 13378:80 - 13378:80

View File

@@ -3,7 +3,7 @@ services:
extends: extends:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
image: lscr.io/linuxserver/calibre:9.4.0 image: lscr.io/linuxserver/calibre:9.5.0
container_name: calibre container_name: calibre
environment: environment:
- PASSWORD= #optional - PASSWORD= #optional

View File

@@ -3,7 +3,7 @@ services:
extends: extends:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
image: ghost:6.20.0-alpine image: ghost:6.22.0-alpine
container_name: ghost container_name: ghost
ports: ports:
- 4016:2368 - 4016:2368

View File

@@ -1,5 +1,5 @@
# Start with the official n8n image # Start with the official n8n image
FROM n8nio/n8n:2.10.2 FROM n8nio/n8n:2.12.2
# Copy apk and its deps from Alpine 3.23 # Copy apk and its deps from Alpine 3.23
COPY --from=alpine:3.23 /sbin/apk /sbin/apk COPY --from=alpine:3.23 /sbin/apk /sbin/apk

View File

@@ -3,7 +3,7 @@ services:
extends: extends:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
image: ghcr.io/alam00000/bentopdf-simple:2.4.1 image: ghcr.io/alam00000/bentopdf-simple:2.5.0
container_name: pdf container_name: pdf
ports: ports:
- "4003:8080" - "4003:8080"