13 Commits

Author SHA1 Message Date
renovate_bot 05013f88c9 Update freshrss/freshrss Docker tag to v1.29.0 2026-05-15 00:07:49 +00:00
renovate_bot 8944036163 Merge pull request 'Update ghost Docker tag to v6.38.0' (#419) from renovate/ghost-6.x into main 2026-05-14 02:03:43 +02:00
renovate_bot 7ccc82819f Update ghost Docker tag to v6.38.0 2026-05-14 00:03:40 +00:00
renovate_bot 0f26ed40ad Merge pull request 'Update databasus/databasus Docker tag to v3.39.1' (#418) from renovate/databasus-databasus-3.x into main 2026-05-14 02:03:39 +02:00
renovate_bot 138a247cee Merge pull request 'Update ollama/ollama Docker tag to v0.23.4' (#417) from renovate/ollama-ollama-0.x into main 2026-05-14 02:03:38 +02:00
renovate_bot efc44c0c09 Update databasus/databasus Docker tag to v3.39.1 2026-05-14 00:03:36 +00:00
renovate_bot 1787bf3d1b Merge pull request 'Update n8nio/n8n Docker tag to v2.21.1' (#416) from renovate/n8nio-n8n-2.x into main 2026-05-14 02:03:36 +02:00
renovate_bot d1c64bd795 Update ollama/ollama Docker tag to v0.23.4 2026-05-14 00:03:34 +00:00
renovate_bot a28626d870 Merge pull request 'Update grafana/promtail Docker tag to v3.6.11' (#415) from renovate/grafana-promtail-3.x into main 2026-05-14 02:03:34 +02:00
renovate_bot 57f1038418 Update n8nio/n8n Docker tag to v2.21.1 2026-05-14 00:03:33 +00:00
renovate_bot 5f13a6db28 Merge pull request 'Update grafana/loki Docker tag to v3.7.2' (#414) from renovate/grafana-loki-3.x into main 2026-05-14 02:03:32 +02:00
renovate_bot 023aad79b3 Update grafana/promtail Docker tag to v3.6.11 2026-05-14 00:03:31 +00:00
renovate_bot ce9bbce0f3 Update grafana/loki Docker tag to v3.7.2 2026-05-14 00:03:29 +00:00
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: databasus/databasus:v3.38.0
image: databasus/databasus:v3.39.1
container_name: databasus
ports:
- 8086:4005
+2 -2
View File
@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: loki
image: grafana/loki:3.7.1
image: grafana/loki:3.7.2
ports:
- 8094:3100
networks:
@@ -23,7 +23,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: promtail
image: grafana/promtail:3.6.10
image: grafana/promtail:3.6.11
networks:
- ip4net
volumes:
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghost:6.37.1-alpine
image: ghost:6.38.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.21.0
FROM n8nio/n8n:2.21.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: ollama/ollama:0.23.3
image: ollama/ollama:0.23.4
container_name: ollama
ports:
- 4019:11434