11 Commits

Author SHA1 Message Date
1f61ce2e16 Update ollama/ollama Docker tag to v0.15.2 2026-01-29 00:02:38 +00:00
0a40763f60 Merge pull request 'Update ghcr.io/immich-app/immich-server Docker tag to v2.5.0' (#82) from renovate/ghcr.io-immich-app-immich-server-2.x into main 2026-01-28 01:05:38 +01:00
61d16825ce Merge pull request 'Update ghcr.io/immich-app/immich-machine-learning Docker tag to v2.5.0' (#81) from renovate/ghcr.io-immich-app-immich-machine-learning-2.x into main 2026-01-28 01:05:36 +01:00
902cd7cdfd Update ghcr.io/immich-app/immich-server Docker tag to v2.5.0 2026-01-28 00:05:36 +00:00
99d0d6ede0 Merge pull request 'Update databasus/databasus Docker tag to v3.6.0' (#80) from renovate/databasus-databasus-3.x into main 2026-01-28 01:05:35 +01:00
d17053c228 Update ghcr.io/immich-app/immich-machine-learning Docker tag to v2.5.0 2026-01-28 00:05:34 +00:00
0602759fee Update databasus/databasus Docker tag to v3.6.0 2026-01-28 00:05:33 +00:00
0d98a873f7 Merge pull request 'Update n8nio/n8n Docker tag to v2.6.1' (#78) from renovate/n8nio-n8n-2.x into main 2026-01-28 01:05:32 +01:00
8443041ae2 Merge pull request 'Update grafana/grafana-oss Docker tag to v12.3.2' (#77) from renovate/grafana-grafana-oss-12.x into main 2026-01-28 01:05:30 +01:00
5654b467e0 Update n8nio/n8n Docker tag to v2.6.1 2026-01-28 00:05:30 +00:00
6528628d12 Update grafana/grafana-oss Docker tag to v12.3.2 2026-01-28 00:05:28 +00:00
5 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v2.4.1
image: ghcr.io/immich-app/immich-server:v2.5.0
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.4.1
image: ghcr.io/immich-app/immich-machine-learning:v2.5.0
ports:
- 3003:3003
volumes:

View File

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

View File

@@ -1,5 +1,5 @@
# Start with the official n8n image
FROM n8nio/n8n:2.6.0
FROM n8nio/n8n:2.6.1
# 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: ollama/ollama:0.15.1
image: ollama/ollama:0.15.2
container_name: ollama
ports:
- 4019:11434