1 Commits

Author SHA1 Message Date
renovate_bot 8178c6f000 Update ghost Docker tag to v6.26.0 2026-04-07 00:07:15 +00:00
8 changed files with 9 additions and 9 deletions
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: syncthing/syncthing:2.0.16
image: syncthing/syncthing:2.0.15
container_name: syncthing
volumes:
- ${EXTERNAL_STORAGE}/notes/Obsidian-sync:/var/syncthing-data/Obsidian-sync
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: traefik:v3.6.13
image: traefik:v3.6.12
container_name: traefik
ports:
- "80:80"
+2 -2
View File
@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v2.7.2
image: ghcr.io/immich-app/immich-server:v2.6.3
environment:
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
DB_HOSTNAME: postgres-with-pg-vector
@@ -32,7 +32,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:v2.7.2
image: ghcr.io/immich-app/immich-machine-learning:v2.6.3
ports:
- 3003:3003
volumes:
+1 -1
View File
@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: dozzle
image: amir20/dozzle:v10.3.0
image: amir20/dozzle:v10.2.1
ports:
- 8083:8080
networks:
+1 -1
View File
@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: prometheus
image: prom/prometheus:v3.11.1
image: prom/prometheus:v3.11.0
ports:
- 9090:9090
networks:
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghost:6.27.0-alpine
image: ghost:6.26.0-alpine
container_name: ghost
ports:
- 4016:2368
+1 -1
View File
@@ -1,5 +1,5 @@
# Start with the official n8n image
FROM n8nio/n8n:2.16.0
FROM n8nio/n8n:2.15.0
# Copy apk and its deps from Alpine 3.23
COPY --from=alpine:3.23 /sbin/apk /sbin/apk
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ollama/ollama:0.20.3
image: ollama/ollama:0.20.2
container_name: ollama
ports:
- 4019:11434