1 Commits

Author SHA1 Message Date
3fb81f0c5e Update n8nio/n8n Docker tag to v2.12.0 2026-03-10 00:02:57 +00:00
10 changed files with 8 additions and 18 deletions

1
.gitignore vendored
View File

@@ -15,4 +15,3 @@ certs/
init/
meili_data/
log-dashboard/
mousehole/

View File

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

View File

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

View File

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

View File

@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghcr.io/kiwix/kiwix-serve:3.8.2
image: ghcr.io/kiwix/kiwix-serve:3.8.1
container_name: kiwix
ports:
- 2009:8080

View File

@@ -18,12 +18,3 @@ services:
- "traefik.http.routers.prowlarr.entrypoints=https"
- "traefik.http.routers.prowlarr.tls=true"
mousehole:
extends:
file: ${TEMPLATES_PATH}
service: default
ports:
- 5010:5010
image: tmmrtn/mousehole:0.2.0
volumes:
- ${MEDIA_PATH}/prowlarr/mousehole:/srv/mousehole

View File

@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: dozzle
image: amir20/dozzle:v10.1.1
image: amir20/dozzle:v10.1.0
ports:
- 8083:8080
networks:

View File

@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: grafana
image: grafana/grafana-oss:12.4.1
image: grafana/grafana-oss:12.4.0
ports:
- 8090:3000
networks:

View File

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

View File

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