Merge remote-tracking branch 'origin/custom' into custom

This commit is contained in:
ms
2025-12-18 11:05:02 +08:00
165 changed files with 41 additions and 41 deletions
@@ -4,7 +4,7 @@ networks:
services:
ammds:
image: qyg2297248353/ammds:v1.6.34-ol8
image: qyg2297248353/ammds:v1.6.35-ol8
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
ammds:
image: qyg2297248353/ammds:v1.6.34
image: qyg2297248353/ammds:v1.6.35
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
+3 -3
View File
@@ -50,7 +50,7 @@ services:
condition: service_healthy
redis:
condition: service_healthy
image: ghcr.io/leslieleung/glean-backend:0.2.1
image: ghcr.io/leslieleung/glean-backend:0.2.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -87,7 +87,7 @@ services:
condition: service_healthy
backend:
condition: service_healthy
image: ghcr.io/leslieleung/glean-backend:0.2.1
image: ghcr.io/leslieleung/glean-backend:0.2.2
container_name: ${CONTAINER_NAME}-worker
environment:
DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean}
@@ -104,7 +104,7 @@ services:
web:
depends_on:
- backend
image: ghcr.io/leslieleung/glean-web:0.2.1
image: ghcr.io/leslieleung/glean-web:0.2.2
container_name: ${CONTAINER_NAME}-web
ports:
- "${PANEL_APP_PORT_HTTP:-80}:80"
@@ -4,7 +4,7 @@ networks:
services:
n8n:
image: n8nio/n8n:1.123.6
image: n8nio/n8n:1.123.7
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
nodebb:
image: ghcr.io/nodebb/nodebb:4.7.0
image: ghcr.io/nodebb/nodebb:4.7.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
nodebb:
image: ghcr.io/nodebb/nodebb:4.7.0
image: ghcr.io/nodebb/nodebb:4.7.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -23,7 +23,7 @@ services:
timeout: 10s
retries: 3
rsshub:
image: diygod/rsshub:2025-12-15
image: diygod/rsshub:2025-12-17
container_name: rsshub-${CONTAINER_NAME}
depends_on:
- browserless
@@ -4,7 +4,7 @@ networks:
services:
speedtest-tracker:
image: linuxserver/speedtest-tracker:1.13.0
image: linuxserver/speedtest-tracker:1.13.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
speedtest-tracker:
image: linuxserver/speedtest-tracker:1.13.0
image: linuxserver/speedtest-tracker:1.13.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
weblate:
image: weblate/weblate:5.15.0.1
image: weblate/weblate:5.15.0.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"