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"
@@ -11,7 +11,7 @@ services:
- TZ=Asia/Shanghai
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
image: qyg2297248353/ammds:v1.6.34-ol8
image: qyg2297248353/ammds:v1.6.35-ol8
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}
@@ -11,7 +11,7 @@ services:
- TZ=Asia/Shanghai
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
image: qyg2297248353/ammds:v1.6.34
image: qyg2297248353/ammds:v1.6.35
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}
+3 -3
View File
@@ -58,7 +58,7 @@ services:
- -f
- http://localhost:8000/api/health
timeout: 5s
image: ghcr.io/leslieleung/glean-backend:0.2.1
image: ghcr.io/leslieleung/glean-backend:0.2.2
labels:
createdBy: Apps
networks:
@@ -113,7 +113,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/leslieleung/glean-web:0.2.1
image: ghcr.io/leslieleung/glean-web:0.2.2
networks:
- glean-network
ports:
@@ -141,7 +141,7 @@ services:
DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean}
REDIS_URL: redis://redis:6379/0
SECRET_KEY: ${SECRET_KEY:-}
image: ghcr.io/leslieleung/glean-backend:0.2.1
image: ghcr.io/leslieleung/glean-backend:0.2.2
networks:
- glean-network
restart: always
@@ -14,7 +14,7 @@ services:
- N8N_PROTOCOL=http
- N8N_DIAGNOSTICS_ENABLED=false
- N8N_SECURE_COOKIE=false
image: n8nio/n8n:1.123.6
image: n8nio/n8n:1.123.7
labels:
createdBy: Apps
networks:
@@ -3,13 +3,13 @@ networks:
external: true
services:
nodebb:
container_name: 4.7.0
container_name: 4.7.1
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: ghcr.io/nodebb/nodebb:4.7.0
image: ghcr.io/nodebb/nodebb:4.7.1
labels:
createdBy: Apps
networks:

Some files were not shown because too many files have changed in this diff Show More