13 Commits

Author SHA1 Message Date
renovate_bot 12f40b4e88 Update n8nio/n8n Docker tag to v2.14.1 2026-03-26 00:02:44 +00:00
renovate_bot 0409918b61 Merge pull request 'Update ghcr.io/alam00000/bentopdf-simple Docker tag to v2.7.0' (#250) from renovate/ghcr.io-alam00000-bentopdf-simple-2.x into main 2026-03-25 01:03:09 +01:00
renovate_bot 59bbd7d312 Merge pull request 'Update redis Docker tag to v8.6.2' (#249) from renovate/redis-8.x into main 2026-03-25 01:03:08 +01:00
renovate_bot 1637625564 Update ghcr.io/alam00000/bentopdf-simple Docker tag to v2.7.0 2026-03-25 00:03:07 +00:00
renovate_bot 4bf9902c92 Merge pull request 'Update ghcr.io/immich-app/immich-server Docker tag to v2.6.2' (#248) from renovate/ghcr.io-immich-app-immich-server-2.x into main 2026-03-25 01:03:07 +01:00
renovate_bot 62ee32936f Update redis Docker tag to v8.6.2 2026-03-25 00:03:05 +00:00
renovate_bot bac358b3c4 Merge pull request 'Update ghcr.io/immich-app/immich-machine-learning Docker tag to v2.6.2' (#247) from renovate/ghcr.io-immich-app-immich-machine-learning-2.x into main 2026-03-25 01:03:05 +01:00
renovate_bot b50fbb5c12 Update ghcr.io/immich-app/immich-server Docker tag to v2.6.2 2026-03-25 00:03:03 +00:00
renovate_bot 6f07b503f9 Merge pull request 'Update ghcr.io/home-assistant/home-assistant Docker tag to v2026.3.4' (#246) from renovate/ghcr.io-home-assistant-home-assistant-2026.x into main 2026-03-25 01:03:03 +01:00
renovate_bot a880980ed2 Update ghcr.io/immich-app/immich-machine-learning Docker tag to v2.6.2 2026-03-25 00:03:02 +00:00
renovate_bot f576f2c011 Merge pull request 'Update databasus/databasus Docker tag to v3.24.3' (#245) from renovate/databasus-databasus-3.x into main 2026-03-25 01:03:01 +01:00
renovate_bot abc20c914f Update ghcr.io/home-assistant/home-assistant Docker tag to v2026.3.4 2026-03-25 00:03:00 +00:00
renovate_bot 0093b4702a Update databasus/databasus Docker tag to v3.24.3 2026-03-25 00:02:58 +00:00
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: databasus/databasus:v3.24.2
image: databasus/databasus:v3.24.3
container_name: databasus
ports:
- 8086:4005
+1 -1
View File
@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: redis
image: redis:8.6.1
image: redis:8.6.2
networks:
- ip4net
- ip6net
+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.1
image: ghcr.io/immich-app/immich-server:v2.6.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.1
image: ghcr.io/immich-app/immich-machine-learning:v2.6.2
ports:
- 3003:3003
volumes:
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghcr.io/home-assistant/home-assistant:2026.3.3
image: ghcr.io/home-assistant/home-assistant:2026.3.4
container_name: home-assistant
networks:
- ip4net
+1 -1
View File
@@ -1,5 +1,5 @@
# Start with the official n8n image
FROM n8nio/n8n:2.14.0
FROM n8nio/n8n:2.14.1
# 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: ghcr.io/alam00000/bentopdf-simple:2.6.0
image: ghcr.io/alam00000/bentopdf-simple:2.7.0
container_name: pdf
ports:
- "4003:8080"