14 Commits

Author SHA1 Message Date
6fdd745f2c Update tomsquest/docker-radicale Docker tag to v3.6.0.0 2026-01-16 00:02:52 +00:00
6b62fad6c6 updates 2026-01-15 19:42:57 +01:00
cd667e9e13 Merge pull request 'Update ollama/ollama Docker tag to v0.14.1' (#48) from renovate/ollama-ollama-0.x into main 2026-01-15 01:02:50 +01:00
15e255d72a Merge pull request 'Update databasus/databasus Docker tag to v2.24.1' (#47) from renovate/databasus-databasus-2.x into main 2026-01-15 01:02:49 +01:00
e7e951532f Update ollama/ollama Docker tag to v0.14.1 2026-01-15 00:02:49 +00:00
c3970bcf67 Merge pull request 'Update traefik Docker tag to v3.6.7' (#46) from renovate/traefik-3.x into main 2026-01-15 01:02:47 +01:00
3b6feb8f16 Update databasus/databasus Docker tag to v2.24.1 2026-01-15 00:02:47 +00:00
74ea06246f Merge pull request 'Update ghost Docker tag to v6.12.1' (#44) from renovate/ghost-6.x into main 2026-01-15 01:02:46 +01:00
a8efdb8fce Update traefik Docker tag to v3.6.7 2026-01-15 00:02:46 +00:00
ef1802edbb Merge pull request 'Update n8nio/n8n Docker tag to v2.4.2' (#45) from renovate/n8nio-n8n-2.x into main 2026-01-15 01:02:45 +01:00
57561f722b Update n8nio/n8n Docker tag to v2.4.2 2026-01-15 00:02:44 +00:00
81b0da4d1e Update ghost Docker tag to v6.12.1 2026-01-15 00:02:43 +00:00
d05f486225 Merge pull request 'Update getmeili/meilisearch Docker tag to v1.32.1' (#43) from renovate/getmeili-meilisearch-1.x into main 2026-01-15 01:02:43 +01:00
a3f9d07df3 Update getmeili/meilisearch Docker tag to v1.32.1 2026-01-15 00:02:41 +00:00
7 changed files with 13 additions and 7 deletions

View File

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

View File

@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: traefik:v3.6.6
image: traefik:v3.6.7
container_name: traefik
ports:
- "80:80"

View File

@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghost:6.12.0-alpine
image: ghost:6.12.1-alpine
container_name: ghost
ports:
- 4016:2368

View File

@@ -34,7 +34,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: getmeili/meilisearch:v1.32.0
image: getmeili/meilisearch:v1.31.0
container_name: linkwarden_meili
networks:
- ip4net
@@ -45,3 +45,9 @@ services:
- MEILI_MASTER_KEY=${LINKWARDEN_MEILI_MASTER_KEY}
volumes:
- ${SERVICE_PATH}/linkwarden/meili_data:/meili_data
# command:
# [
# "--master-key=${LINKWARDEN_MEILI_MASTER_KEY}",
# "--env=production",
# "--import-dump=${SERVICE_PATH}/linkwarden/meili_data/dumps/20260115-183317235.dump",
# ]

View File

@@ -1,5 +1,5 @@
# Start with the official n8n image
FROM n8nio/n8n:2.4.1
FROM n8nio/n8n:2.4.2
# Copy apk and its deps from Alpine 3.23
COPY --from=alpine:3.23 /sbin/apk /sbin/apk

View File

@@ -28,7 +28,7 @@ services:
- ${SERVICE_PATH}/n8n/data:/home/node/.n8n
- ${SERVICE_PATH}/n8n/data/rclone.conf:/home/node/.config/rclone/rclone.conf
- ${PWD}/scripts:/home/node/.n8n/external-scripts
- ${DB_PATH}/databasus/data/backup:/home/node/.n8n/database
- ${DB_PATH}/databasus/data/backups:/home/node/.n8n/database
- ${EXTERNAL_STORAGE}/:/home/node/.n8n/data
labels:
# Traefik

View File

@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ollama/ollama:0.13.5
image: ollama/ollama:0.14.1
container_name: ollama
ports:
- 4019:11434