17 Commits

Author SHA1 Message Date
renovate_bot d348b92aff Update ghost Docker tag to v6.27.0 2026-04-09 00:02:33 +00:00
renovate_bot 1df300b314 Merge pull request 'Update n8nio/n8n Docker tag to v2.16.0' (#301) from renovate/n8nio-n8n-2.x into main 2026-04-08 02:03:44 +02:00
renovate_bot ce9333bceb Merge pull request 'Update ghcr.io/immich-app/immich-server Docker tag to v2.7.2' (#300) from renovate/ghcr.io-immich-app-immich-server-2.x into main 2026-04-08 02:03:44 +02:00
renovate_bot 04e181465b Update n8nio/n8n Docker tag to v2.16.0 2026-04-08 00:03:41 +00:00
renovate_bot 4412624403 Merge pull request 'Update amir20/dozzle Docker tag to v10.3.0' (#298) from renovate/amir20-dozzle-10.x into main 2026-04-08 02:03:41 +02:00
renovate_bot e87136ebff Merge pull request 'Update ghcr.io/immich-app/immich-machine-learning Docker tag to v2.7.2' (#299) from renovate/ghcr.io-immich-app-immich-machine-learning-2.x into main 2026-04-08 02:03:40 +02:00
renovate_bot 4679cbef38 Update ghcr.io/immich-app/immich-server Docker tag to v2.7.2 2026-04-08 00:03:39 +00:00
renovate_bot 4b0e025920 Merge pull request 'Update traefik Docker tag to v3.6.13' (#297) from renovate/traefik-3.x into main 2026-04-08 02:03:37 +02:00
renovate_bot 6a5a2b33e1 Update ghcr.io/immich-app/immich-machine-learning Docker tag to v2.7.2 2026-04-08 00:03:37 +00:00
renovate_bot d2a168ab95 Update amir20/dozzle Docker tag to v10.3.0 2026-04-08 00:03:35 +00:00
renovate_bot 84d3896eb6 Merge pull request 'Update prom/prometheus Docker tag to v3.11.1' (#295) from renovate/prom-prometheus-3.x into main 2026-04-08 02:03:34 +02:00
renovate_bot 4ae6df99cd Update traefik Docker tag to v3.6.13 2026-04-08 00:03:34 +00:00
renovate_bot 4b487fee97 Merge pull request 'Update syncthing/syncthing Docker tag to v2.0.16' (#296) from renovate/syncthing-syncthing-2.x into main 2026-04-08 02:03:34 +02:00
renovate_bot ff202fe9db Update syncthing/syncthing Docker tag to v2.0.16 2026-04-08 00:03:32 +00:00
renovate_bot 7ed1e58821 Merge pull request 'Update ollama/ollama Docker tag to v0.20.3' (#294) from renovate/ollama-ollama-0.x into main 2026-04-08 02:03:31 +02:00
renovate_bot 34885767da Update prom/prometheus Docker tag to v3.11.1 2026-04-08 00:03:30 +00:00
renovate_bot b3ca041e68 Update ollama/ollama Docker tag to v0.20.3 2026-04-08 00:03:26 +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.15
image: syncthing/syncthing:2.0.16
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.12
image: traefik:v3.6.13
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.6.3
image: ghcr.io/immich-app/immich-server:v2.7.2
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.6.3
image: ghcr.io/immich-app/immich-machine-learning:v2.7.2
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.2.1
image: amir20/dozzle:v10.3.0
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.0
image: prom/prometheus:v3.11.1
ports:
- 9090:9090
networks:
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghost:6.25.1-alpine
image: ghost:6.27.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.15.0
FROM n8nio/n8n:2.16.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.2
image: ollama/ollama:0.20.3
container_name: ollama
ports:
- 4019:11434